Categories |
CategoriesNet Configuration Application Layer Libs config Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdnet.krotscheck.jersey2 |
ArtifactId | ArtifactIdjersey2-configuration |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.krotscheck.jersey2/jersey2-configuration/ -->
<dependency>
<groupId>net.krotscheck.jersey2</groupId>
<artifactId>jersey2-configuration</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.krotscheck.jersey2/jersey2-configuration/
implementation 'net.krotscheck.jersey2:jersey2-configuration:2.0.0'
// https://jarcasting.com/artifacts/net.krotscheck.jersey2/jersey2-configuration/
implementation ("net.krotscheck.jersey2:jersey2-configuration:2.0.0")
'net.krotscheck.jersey2:jersey2-configuration:jar:2.0.0'
<dependency org="net.krotscheck.jersey2" name="jersey2-configuration" rev="2.0.0">
<artifact name="jersey2-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.krotscheck.jersey2', module='jersey2-configuration', version='2.0.0')
)
libraryDependencies += "net.krotscheck.jersey2" % "jersey2-configuration" % "2.0.0"
[net.krotscheck.jersey2/jersey2-configuration "2.0.0"]