GroupId | GroupIdorg.specs |
---|---|
ArtifactId | ArtifactIdspecs |
Version | Version1.2.5 |
Type | Typejar |
Filename | Size |
---|---|
specs-1.2.5.pom | |
specs-1.2.5.jar | 687 KB |
specs-1.2.5-tests.jar | 3 MB |
specs-1.2.5-sources.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.specs/specs/ -->
<dependency>
<groupId>org.specs</groupId>
<artifactId>specs</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.specs/specs/
implementation 'org.specs:specs:1.2.5'
// https://jarcasting.com/artifacts/org.specs/specs/
implementation ("org.specs:specs:1.2.5")
'org.specs:specs:jar:1.2.5'
<dependency org="org.specs" name="specs" rev="1.2.5">
<artifact name="specs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specs', module='specs', version='1.2.5')
)
libraryDependencies += "org.specs" % "specs" % "1.2.5"
[org.specs/specs "1.2.5"]