is not current version
Last Version 0.35.1

io.restx:restx-core 0.2.5


GroupId

GroupId

io.restx
ArtifactId

ArtifactId

restx-core
Version

Version

0.2.5
Type

Type

jar

Download restx-core 0.2.5


<!-- https://jarcasting.com/artifacts/io.restx/restx-core/ -->
<dependency>
    <groupId>io.restx</groupId>
    <artifactId>restx-core</artifactId>
    <version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.restx/restx-core/
implementation 'io.restx:restx-core:0.2.5'
// https://jarcasting.com/artifacts/io.restx/restx-core/
implementation ("io.restx:restx-core:0.2.5")
'io.restx:restx-core:jar:0.2.5'
<dependency org="io.restx" name="restx-core" rev="0.2.5">
  <artifact name="restx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.restx', module='restx-core', version='0.2.5')
)
libraryDependencies += "io.restx" % "restx-core" % "0.2.5"
[io.restx/restx-core "0.2.5"]