is not current version
Last Version 1.3

org.joyrest:joyrest-core 1.0


GroupId

GroupId

org.joyrest
ArtifactId

ArtifactId

joyrest-core
Version

Version

1.0
Type

Type

jar

Download joyrest-core 1.0


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