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