Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.jtables |
ArtifactId | ArtifactIdjtables |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jtables-2.0.3.pom | |
jtables-2.0.3.jar | 39 KB |
jtables-2.0.3-sources.jar | 33 KB |
jtables-2.0.3-javadoc.jar | 253 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jtables/jtables/ -->
<dependency>
<groupId>net.sf.jtables</groupId>
<artifactId>jtables</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jtables/jtables/
implementation 'net.sf.jtables:jtables:2.0.3'
// https://jarcasting.com/artifacts/net.sf.jtables/jtables/
implementation ("net.sf.jtables:jtables:2.0.3")
'net.sf.jtables:jtables:jar:2.0.3'
<dependency org="net.sf.jtables" name="jtables" rev="2.0.3">
<artifact name="jtables" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jtables', module='jtables', version='2.0.3')
)
libraryDependencies += "net.sf.jtables" % "jtables" % "2.0.3"
[net.sf.jtables/jtables "2.0.3"]