is not current version
Last Version 0.30

net.cactusthorn.routing:core 0.26

Lightweight Java library for HTTP requests routing

Categories

Categories

Net
GroupId

GroupId

net.cactusthorn.routing
ArtifactId

ArtifactId

core
Version

Version

0.26
Type

Type

jar

Download core 0.26


<!-- https://jarcasting.com/artifacts/net.cactusthorn.routing/core/ -->
<dependency>
    <groupId>net.cactusthorn.routing</groupId>
    <artifactId>core</artifactId>
    <version>0.26</version>
</dependency>
// https://jarcasting.com/artifacts/net.cactusthorn.routing/core/
implementation 'net.cactusthorn.routing:core:0.26'
// https://jarcasting.com/artifacts/net.cactusthorn.routing/core/
implementation ("net.cactusthorn.routing:core:0.26")
'net.cactusthorn.routing:core:jar:0.26'
<dependency org="net.cactusthorn.routing" name="core" rev="0.26">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cactusthorn.routing', module='core', version='0.26')
)
libraryDependencies += "net.cactusthorn.routing" % "core" % "0.26"
[net.cactusthorn.routing/core "0.26"]