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