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