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