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