GroupId | GroupIdtech.simter |
---|---|
ArtifactId | ArtifactIdsimter-rest-jaxrs |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
simter-rest-jaxrs-1.0.0.pom | |
simter-rest-jaxrs-1.0.0.jar | 15 KB |
simter-rest-jaxrs-1.0.0-sources.jar | 9 KB |
simter-rest-jaxrs-1.0.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.simter/simter-rest-jaxrs/ -->
<dependency>
<groupId>tech.simter</groupId>
<artifactId>simter-rest-jaxrs</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.simter/simter-rest-jaxrs/
implementation 'tech.simter:simter-rest-jaxrs:1.0.0'
// https://jarcasting.com/artifacts/tech.simter/simter-rest-jaxrs/
implementation ("tech.simter:simter-rest-jaxrs:1.0.0")
'tech.simter:simter-rest-jaxrs:jar:1.0.0'
<dependency org="tech.simter" name="simter-rest-jaxrs" rev="1.0.0">
<artifact name="simter-rest-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.simter', module='simter-rest-jaxrs', version='1.0.0')
)
libraryDependencies += "tech.simter" % "simter-rest-jaxrs" % "1.0.0"
[tech.simter/simter-rest-jaxrs "1.0.0"]