GroupId | GroupIdio.restx |
---|---|
ArtifactId | ArtifactIdrestx-specs-admin |
Version | Version0.35-rc2 |
Type | Typejar |
Filename | Size |
---|---|
restx-specs-admin-0.35-rc2.pom | |
restx-specs-admin-0.35-rc2.jar | 59 KB |
restx-specs-admin-0.35-rc2-sources.jar | 19 KB |
restx-specs-admin-0.35-rc2-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.restx/restx-specs-admin/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-specs-admin</artifactId>
<version>0.35-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-specs-admin/
implementation 'io.restx:restx-specs-admin:0.35-rc2'
// https://jarcasting.com/artifacts/io.restx/restx-specs-admin/
implementation ("io.restx:restx-specs-admin:0.35-rc2")
'io.restx:restx-specs-admin:jar:0.35-rc2'
<dependency org="io.restx" name="restx-specs-admin" rev="0.35-rc2">
<artifact name="restx-specs-admin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-specs-admin', version='0.35-rc2')
)
libraryDependencies += "io.restx" % "restx-specs-admin" % "0.35-rc2"
[io.restx/restx-specs-admin "0.35-rc2"]