License |
License |
---|---|
GroupId | GroupIdorg.specs2 |
ArtifactId | ArtifactIdclassycle |
Last Version | Last Version1.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionclassycle
dependency analysis for specs2
|
Project URL |
Project URL |
Filename | Size |
---|---|
classycle-1.4.3.pom | |
classycle-1.4.3.jar | 100 KB |
classycle-1.4.3-sources.jar | 131 KB |
classycle-1.4.3-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.specs2/classycle/ -->
<dependency>
<groupId>org.specs2</groupId>
<artifactId>classycle</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.specs2/classycle/
implementation 'org.specs2:classycle:1.4.3'
// https://jarcasting.com/artifacts/org.specs2/classycle/
implementation ("org.specs2:classycle:1.4.3")
'org.specs2:classycle:jar:1.4.3'
<dependency org="org.specs2" name="classycle" rev="1.4.3">
<artifact name="classycle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specs2', module='classycle', version='1.4.3')
)
libraryDependencies += "org.specs2" % "classycle" % "1.4.3"
[org.specs2/classycle "1.4.3"]