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