GroupId | GroupIdio.restx |
---|---|
ArtifactId | ArtifactIdrestx-package |
Version | Version0.30.1 |
Type | Typepom |
Filename | Size |
---|---|
restx-package-0.30.1.pom | |
restx-package-0.30.1.zip | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.restx/restx-package/ -->
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-package</artifactId>
<version>0.30.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-package/
implementation 'io.restx:restx-package:0.30.1'
// https://jarcasting.com/artifacts/io.restx/restx-package/
implementation ("io.restx:restx-package:0.30.1")
'io.restx:restx-package:pom:0.30.1'
<dependency org="io.restx" name="restx-package" rev="0.30.1">
<artifact name="restx-package" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-package', version='0.30.1')
)
libraryDependencies += "io.restx" % "restx-package" % "0.30.1"
[io.restx/restx-package "0.30.1"]