Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.psamsotha |
ArtifactId | ArtifactIdjersey-properties |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jersey-properties-0.1.0.pom | |
jersey-properties-0.1.0.jar | 21 KB |
jersey-properties-0.1.0-sources.jar | 10 KB |
jersey-properties-0.1.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.psamsotha/jersey-properties/ -->
<dependency>
<groupId>com.github.psamsotha</groupId>
<artifactId>jersey-properties</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psamsotha/jersey-properties/
implementation 'com.github.psamsotha:jersey-properties:0.1.0'
// https://jarcasting.com/artifacts/com.github.psamsotha/jersey-properties/
implementation ("com.github.psamsotha:jersey-properties:0.1.0")
'com.github.psamsotha:jersey-properties:jar:0.1.0'
<dependency org="com.github.psamsotha" name="jersey-properties" rev="0.1.0">
<artifact name="jersey-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psamsotha', module='jersey-properties', version='0.1.0')
)
libraryDependencies += "com.github.psamsotha" % "jersey-properties" % "0.1.0"
[com.github.psamsotha/jersey-properties "0.1.0"]