Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.rootware |
ArtifactId | ArtifactIdjig |
Version | Version5.3.0-3 |
Type | Typejar |
Filename | Size |
---|---|
jig-5.3.0-3.pom | |
jig-5.3.0-3.jar | 229 KB |
jig-5.3.0-3-sources.jar | 195 KB |
jig-5.3.0-3-javadoc.jar | 618 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.rootware/jig/ -->
<dependency>
<groupId>net.rootware</groupId>
<artifactId>jig</artifactId>
<version>5.3.0-3</version>
</dependency>
// https://jarcasting.com/artifacts/net.rootware/jig/
implementation 'net.rootware:jig:5.3.0-3'
// https://jarcasting.com/artifacts/net.rootware/jig/
implementation ("net.rootware:jig:5.3.0-3")
'net.rootware:jig:jar:5.3.0-3'
<dependency org="net.rootware" name="jig" rev="5.3.0-3">
<artifact name="jig" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rootware', module='jig', version='5.3.0-3')
)
libraryDependencies += "net.rootware" % "jig" % "5.3.0-3"
[net.rootware/jig "5.3.0-3"]