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