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