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