Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.jtables |
ArtifactId | ArtifactIdjtables |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jtables-1.0.0.pom | |
jtables-1.0.0.jar | 26 KB |
jtables-1.0.0-sources.jar | 25 KB |
jtables-1.0.0-javadoc.jar | 153 KB |
jtables-1.0.0-jar-with-dependencies.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jtables/jtables/ -->
<dependency>
<groupId>net.sf.jtables</groupId>
<artifactId>jtables</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jtables/jtables/
implementation 'net.sf.jtables:jtables:1.0.0'
// https://jarcasting.com/artifacts/net.sf.jtables/jtables/
implementation ("net.sf.jtables:jtables:1.0.0")
'net.sf.jtables:jtables:jar:1.0.0'
<dependency org="net.sf.jtables" name="jtables" rev="1.0.0">
<artifact name="jtables" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jtables', module='jtables', version='1.0.0')
)
libraryDependencies += "net.sf.jtables" % "jtables" % "1.0.0"
[net.sf.jtables/jtables "1.0.0"]