GroupId | GroupIdcom.cj.restspecs |
---|---|
ArtifactId | ArtifactIdrest-specs-server |
Version | Version9.0.3 |
Type | Typejar |
Filename | Size |
---|---|
rest-specs-server-9.0.3.pom | |
rest-specs-server-9.0.3.jar | 24 KB |
rest-specs-server-9.0.3-sources.jar | 3 KB |
rest-specs-server-9.0.3-onejar.jar | 11 MB |
rest-specs-server-9.0.3-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cj.restspecs/rest-specs-server/ -->
<dependency>
<groupId>com.cj.restspecs</groupId>
<artifactId>rest-specs-server</artifactId>
<version>9.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.cj.restspecs/rest-specs-server/
implementation 'com.cj.restspecs:rest-specs-server:9.0.3'
// https://jarcasting.com/artifacts/com.cj.restspecs/rest-specs-server/
implementation ("com.cj.restspecs:rest-specs-server:9.0.3")
'com.cj.restspecs:rest-specs-server:jar:9.0.3'
<dependency org="com.cj.restspecs" name="rest-specs-server" rev="9.0.3">
<artifact name="rest-specs-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cj.restspecs', module='rest-specs-server', version='9.0.3')
)
libraryDependencies += "com.cj.restspecs" % "rest-specs-server" % "9.0.3"
[com.cj.restspecs/rest-specs-server "9.0.3"]