Question
· Nov 1, 2020

Where is PEX jar file can be found?

PEX Java classes are not in the maven public repository, so I need to download pex jar file. Where is PEX jar file can be found to download?

Discussion (9)1
Log in or sign up to continue

In Docker it's as easy as

ENV GWDIR /jgw
ENV ISC_PACKAGE_INSTALLDIR /usr/irissys
ENV ISC_JARDIR $ISC_PACKAGE_INSTALLDIR/dev/java/lib/JDK18

COPY --from=store/intersystems/iris-community:2020.2.0.211.0 \
     $ISC_JARDIR/intersystems-gateway-3.1.0.jar \
     $ISC_JARDIR/intersystems-jdbc-3.1.0.jar \
     $ISC_JARDIR/intersystems-utils-3.1.0.jar \
     $ISC_PACKAGE_INSTALLDIR/dev/java/lib/gson/gson-2.8.5.jar \
     $GWDIR/

You can check this article for more details.

It is a docker repo. It is possible create a maven repo to the community? Steps: https://www.theserverside.com/video/How-to-set-up-and-use-a-JFrog-Artifa... or https://jfrog.com/screencast/setting-maven-repository-jfrog-artifactory-.... It allows you create many kind of public repository types, not only maven. Do you have another excellent option, but this only to maven repo https://archiva.apache.org/