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