Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.jt400 |
ArtifactId | ArtifactIdjt400-full |
Last Version | Last Version6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJT400
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jt400-full-6.0.pom | |
jt400-full-6.0.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jt400/jt400-full/ -->
<dependency>
<groupId>net.sf.jt400</groupId>
<artifactId>jt400-full</artifactId>
<version>6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jt400/jt400-full/
implementation 'net.sf.jt400:jt400-full:6.0'
// https://jarcasting.com/artifacts/net.sf.jt400/jt400-full/
implementation ("net.sf.jt400:jt400-full:6.0")
'net.sf.jt400:jt400-full:jar:6.0'
<dependency org="net.sf.jt400" name="jt400-full" rev="6.0">
<artifact name="jt400-full" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jt400', module='jt400-full', version='6.0')
)
libraryDependencies += "net.sf.jt400" % "jt400-full" % "6.0"
[net.sf.jt400/jt400-full "6.0"]