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