Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.cactusthorn.routing |
ArtifactId | ArtifactIdroot |
Version | Version0.26 |
Type | Typepom |
Filename | Size |
---|---|
root-0.26.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.cactusthorn.routing/root/ -->
<dependency>
<groupId>net.cactusthorn.routing</groupId>
<artifactId>root</artifactId>
<version>0.26</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.cactusthorn.routing/root/
implementation 'net.cactusthorn.routing:root:0.26'
// https://jarcasting.com/artifacts/net.cactusthorn.routing/root/
implementation ("net.cactusthorn.routing:root:0.26")
'net.cactusthorn.routing:root:pom:0.26'
<dependency org="net.cactusthorn.routing" name="root" rev="0.26">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.cactusthorn.routing', module='root', version='0.26')
)
libraryDependencies += "net.cactusthorn.routing" % "root" % "0.26"
[net.cactusthorn.routing/root "0.26"]