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