Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.codelibre |
ArtifactId | ArtifactIdspecification |
Version | Version5.7.0 |
Type | Typejar |
Filename | Size |
---|---|
specification-5.7.0.pom | |
specification-5.7.0.jar | 637 KB |
specification-5.7.0-sources.jar | 629 KB |
specification-5.7.0-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.codelibre/specification/ -->
<dependency>
<groupId>net.codelibre</groupId>
<artifactId>specification</artifactId>
<version>5.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.codelibre/specification/
implementation 'net.codelibre:specification:5.7.0'
// https://jarcasting.com/artifacts/net.codelibre/specification/
implementation ("net.codelibre:specification:5.7.0")
'net.codelibre:specification:jar:5.7.0'
<dependency org="net.codelibre" name="specification" rev="5.7.0">
<artifact name="specification" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codelibre', module='specification', version='5.7.0')
)
libraryDependencies += "net.codelibre" % "specification" % "5.7.0"
[net.codelibre/specification "5.7.0"]