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