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