License |
License |
---|---|
GroupId | GroupIdcom.seanshubin.detangler |
ArtifactId | ArtifactIddetangler-collection |
Version | Version0.9.4 |
Type | Typejar |
Description |
Descriptioncom.seanshubin.detangler:detangler-collection
Analyzes dependency structure and cycles
|
<!-- https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-collection/ -->
<dependency>
<groupId>com.seanshubin.detangler</groupId>
<artifactId>detangler-collection</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-collection/
implementation 'com.seanshubin.detangler:detangler-collection:0.9.4'
// https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-collection/
implementation ("com.seanshubin.detangler:detangler-collection:0.9.4")
'com.seanshubin.detangler:detangler-collection:jar:0.9.4'
<dependency org="com.seanshubin.detangler" name="detangler-collection" rev="0.9.4">
<artifact name="detangler-collection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanshubin.detangler', module='detangler-collection', version='0.9.4')
)
libraryDependencies += "com.seanshubin.detangler" % "detangler-collection" % "0.9.4"
[com.seanshubin.detangler/detangler-collection "0.9.4"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.8 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.0.5 |