Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.tiogasolutions.runners |
ArtifactId | ArtifactIdtioga-runners-jersey-spring |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tiogasolutions.runners/tioga-runners-jersey-spring/ -->
<dependency>
<groupId>org.tiogasolutions.runners</groupId>
<artifactId>tioga-runners-jersey-spring</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tiogasolutions.runners/tioga-runners-jersey-spring/
implementation 'org.tiogasolutions.runners:tioga-runners-jersey-spring:1.0.0'
// https://jarcasting.com/artifacts/org.tiogasolutions.runners/tioga-runners-jersey-spring/
implementation ("org.tiogasolutions.runners:tioga-runners-jersey-spring:1.0.0")
'org.tiogasolutions.runners:tioga-runners-jersey-spring:jar:1.0.0'
<dependency org="org.tiogasolutions.runners" name="tioga-runners-jersey-spring" rev="1.0.0">
<artifact name="tioga-runners-jersey-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tiogasolutions.runners', module='tioga-runners-jersey-spring', version='1.0.0')
)
libraryDependencies += "org.tiogasolutions.runners" % "tioga-runners-jersey-spring" % "1.0.0"
[org.tiogasolutions.runners/tioga-runners-jersey-spring "1.0.0"]