Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.jt400 |
ArtifactId | ArtifactIdjt400-full |
Version | Version4.7.0 |
Type | Typejar |
Filename | Size |
---|---|
jt400-full-4.7.0.pom | |
jt400-full-4.7.0.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jt400/jt400-full/ -->
<dependency>
<groupId>net.sf.jt400</groupId>
<artifactId>jt400-full</artifactId>
<version>4.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jt400/jt400-full/
implementation 'net.sf.jt400:jt400-full:4.7.0'
// https://jarcasting.com/artifacts/net.sf.jt400/jt400-full/
implementation ("net.sf.jt400:jt400-full:4.7.0")
'net.sf.jt400:jt400-full:jar:4.7.0'
<dependency org="net.sf.jt400" name="jt400-full" rev="4.7.0">
<artifact name="jt400-full" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jt400', module='jt400-full', version='4.7.0')
)
libraryDependencies += "net.sf.jt400" % "jt400-full" % "4.7.0"
[net.sf.jt400/jt400-full "4.7.0"]