Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdtech.anima |
ArtifactId | ArtifactIdtinytypes-jersey |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
tinytypes-jersey-1.1.0.pom | |
tinytypes-jersey-1.1.0.jar | 6 KB |
tinytypes-jersey-1.1.0-sources.jar | 2 KB |
tinytypes-jersey-1.1.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.anima/tinytypes-jersey/ -->
<dependency>
<groupId>tech.anima</groupId>
<artifactId>tinytypes-jersey</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.anima/tinytypes-jersey/
implementation 'tech.anima:tinytypes-jersey:1.1.0'
// https://jarcasting.com/artifacts/tech.anima/tinytypes-jersey/
implementation ("tech.anima:tinytypes-jersey:1.1.0")
'tech.anima:tinytypes-jersey:jar:1.1.0'
<dependency org="tech.anima" name="tinytypes-jersey" rev="1.1.0">
<artifact name="tinytypes-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.anima', module='tinytypes-jersey', version='1.1.0')
)
libraryDependencies += "tech.anima" % "tinytypes-jersey" % "1.1.0"
[tech.anima/tinytypes-jersey "1.1.0"]