GroupId | GroupIdcom.cj.restspecs |
---|---|
ArtifactId | ArtifactIdrest-specs-core |
Version | Version10.0.0 |
Type | Typejar |
Filename | Size |
---|---|
rest-specs-core-10.0.0.pom | |
rest-specs-core-10.0.0.jar | 25 KB |
rest-specs-core-10.0.0-test-sources.jar | 7 KB |
rest-specs-core-10.0.0-sources.jar | 17 KB |
rest-specs-core-10.0.0-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cj.restspecs/rest-specs-core/ -->
<dependency>
<groupId>com.cj.restspecs</groupId>
<artifactId>rest-specs-core</artifactId>
<version>10.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cj.restspecs/rest-specs-core/
implementation 'com.cj.restspecs:rest-specs-core:10.0.0'
// https://jarcasting.com/artifacts/com.cj.restspecs/rest-specs-core/
implementation ("com.cj.restspecs:rest-specs-core:10.0.0")
'com.cj.restspecs:rest-specs-core:jar:10.0.0'
<dependency org="com.cj.restspecs" name="rest-specs-core" rev="10.0.0">
<artifact name="rest-specs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cj.restspecs', module='rest-specs-core', version='10.0.0')
)
libraryDependencies += "com.cj.restspecs" % "rest-specs-core" % "10.0.0"
[com.cj.restspecs/rest-specs-core "10.0.0"]