GroupId | GroupIdorg.restnext |
---|---|
ArtifactId | ArtifactIdrestnext-core |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
restnext-core-0.2.0.pom | |
restnext-core-0.2.0.jar | 53 KB |
restnext-core-0.2.0-sources.jar | 44 KB |
restnext-core-0.2.0-javadoc.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restnext/restnext-core/ -->
<dependency>
<groupId>org.restnext</groupId>
<artifactId>restnext-core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.restnext/restnext-core/
implementation 'org.restnext:restnext-core:0.2.0'
// https://jarcasting.com/artifacts/org.restnext/restnext-core/
implementation ("org.restnext:restnext-core:0.2.0")
'org.restnext:restnext-core:jar:0.2.0'
<dependency org="org.restnext" name="restnext-core" rev="0.2.0">
<artifact name="restnext-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restnext', module='restnext-core', version='0.2.0')
)
libraryDependencies += "org.restnext" % "restnext-core" % "0.2.0"
[org.restnext/restnext-core "0.2.0"]