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