GroupId | GroupIdcom.cj.restspecs |
---|---|
ArtifactId | ArtifactIdrest-specs-server |
Version | Version10.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cj.restspecs/rest-specs-server/ -->
<dependency>
<groupId>com.cj.restspecs</groupId>
<artifactId>rest-specs-server</artifactId>
<version>10.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cj.restspecs/rest-specs-server/
implementation 'com.cj.restspecs:rest-specs-server:10.0.0'
// https://jarcasting.com/artifacts/com.cj.restspecs/rest-specs-server/
implementation ("com.cj.restspecs:rest-specs-server:10.0.0")
'com.cj.restspecs:rest-specs-server:jar:10.0.0'
<dependency org="com.cj.restspecs" name="rest-specs-server" rev="10.0.0">
<artifact name="rest-specs-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cj.restspecs', module='rest-specs-server', version='10.0.0')
)
libraryDependencies += "com.cj.restspecs" % "rest-specs-server" % "10.0.0"
[com.cj.restspecs/rest-specs-server "10.0.0"]