Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.netfall |
ArtifactId | ArtifactIdnorobots |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
norobots-1.0.0.pom | |
norobots-1.0.0.jar | 9 KB |
norobots-1.0.0-sources.jar | 4 KB |
norobots-1.0.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.netfall/norobots/ -->
<dependency>
<groupId>io.netfall</groupId>
<artifactId>norobots</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.netfall/norobots/
implementation 'io.netfall:norobots:1.0.0'
// https://jarcasting.com/artifacts/io.netfall/norobots/
implementation ("io.netfall:norobots:1.0.0")
'io.netfall:norobots:jar:1.0.0'
<dependency org="io.netfall" name="norobots" rev="1.0.0">
<artifact name="norobots" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netfall', module='norobots', version='1.0.0')
)
libraryDependencies += "io.netfall" % "norobots" % "1.0.0"
[io.netfall/norobots "1.0.0"]