Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.rootware |
ArtifactId | ArtifactIdrunlet |
Version | Version1.0.0-1 |
Type | Typejar |
Filename | Size |
---|---|
runlet-1.0.0-1.pom | |
runlet-1.0.0-1.jar | 13 KB |
runlet-1.0.0-1-sources.jar | 10 KB |
runlet-1.0.0-1-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.rootware/runlet/ -->
<dependency>
<groupId>net.rootware</groupId>
<artifactId>runlet</artifactId>
<version>1.0.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/net.rootware/runlet/
implementation 'net.rootware:runlet:1.0.0-1'
// https://jarcasting.com/artifacts/net.rootware/runlet/
implementation ("net.rootware:runlet:1.0.0-1")
'net.rootware:runlet:jar:1.0.0-1'
<dependency org="net.rootware" name="runlet" rev="1.0.0-1">
<artifact name="runlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rootware', module='runlet', version='1.0.0-1')
)
libraryDependencies += "net.rootware" % "runlet" % "1.0.0-1"
[net.rootware/runlet "1.0.0-1"]