IBM/JTOpen

java11 variant on maven central

Closed this issue · 1 comments

Hi, I could not find the java11 version on maven central.
Was this version just not released last time?

okay, I figured it out.
java11 is the classifier.

        <dependency>
            <groupId>net.sf.jt400</groupId>
            <artifactId>jt400</artifactId>
            <version>20.0.3</version>
            <classifier>java11</classifier>
        </dependency>