java11 variant on maven central
Closed this issue · 1 comments
Postremus commented
Hi, I could not find the java11 version on maven central.
Was this version just not released last time?
Postremus commented
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>