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