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