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