Routing :: Core

Lightweight JAX-RS implementation

License

License

Categories

Categories

Net
GroupId

GroupId

net.cactusthorn.routing
ArtifactId

ArtifactId

core
Last Version

Last Version

0.30
Release Date

Release Date

Type

Type

jar
Description

Description

Routing :: Core
Lightweight JAX-RS implementation
Source Code Management

Source Code Management

https://github.com/Gmugra/net.cactusthorn.routing

Download core

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
javax.ws.rs : javax.ws.rs-api jar 2.1.1
javax.annotation : javax.annotation-api jar 1.3.2

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.0-M1
org.junit.jupiter : junit-jupiter-engine jar 5.8.0-M1
org.junit.jupiter : junit-jupiter-params jar 5.8.0-M1
org.mockito : mockito-core jar 3.8.0
org.mockito : mockito-junit-jupiter jar 3.8.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.30
0.29
0.28
0.27
0.26
0.25