GroupId | GroupIdru.ilb.common |
---|---|
ArtifactId | ArtifactIdcommon-jaxrs |
Version | Version1.14 |
Type | Typejar |
Filename | Size |
---|---|
common-jaxrs-1.14.pom | |
common-jaxrs-1.14.jar | 43 KB |
common-jaxrs-1.14-sources.jar | 33 KB |
common-jaxrs-1.14-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.ilb.common/common-jaxrs/ -->
<dependency>
<groupId>ru.ilb.common</groupId>
<artifactId>common-jaxrs</artifactId>
<version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/ru.ilb.common/common-jaxrs/
implementation 'ru.ilb.common:common-jaxrs:1.14'
// https://jarcasting.com/artifacts/ru.ilb.common/common-jaxrs/
implementation ("ru.ilb.common:common-jaxrs:1.14")
'ru.ilb.common:common-jaxrs:jar:1.14'
<dependency org="ru.ilb.common" name="common-jaxrs" rev="1.14">
<artifact name="common-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.ilb.common', module='common-jaxrs', version='1.14')
)
libraryDependencies += "ru.ilb.common" % "common-jaxrs" % "1.14"
[ru.ilb.common/common-jaxrs "1.14"]