| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdorg.hjug.dtangler.testdata.java9 |
| ArtifactId | ArtifactIddtangler-testdata-j9 |
| Version | Version2.1.0 |
| Type | Typejar |
| Description |
DescriptionA tool that helps identify dependency cycles in Java projects.
|
<!-- https://jarcasting.com/artifacts/org.hjug.dtangler.testdata.java9/dtangler-testdata-j9/ -->
<dependency>
<groupId>org.hjug.dtangler.testdata.java9</groupId>
<artifactId>dtangler-testdata-j9</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hjug.dtangler.testdata.java9/dtangler-testdata-j9/
implementation 'org.hjug.dtangler.testdata.java9:dtangler-testdata-j9:2.1.0'
// https://jarcasting.com/artifacts/org.hjug.dtangler.testdata.java9/dtangler-testdata-j9/
implementation ("org.hjug.dtangler.testdata.java9:dtangler-testdata-j9:2.1.0")
'org.hjug.dtangler.testdata.java9:dtangler-testdata-j9:jar:2.1.0'
<dependency org="org.hjug.dtangler.testdata.java9" name="dtangler-testdata-j9" rev="2.1.0">
<artifact name="dtangler-testdata-j9" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hjug.dtangler.testdata.java9', module='dtangler-testdata-j9', version='2.1.0')
)
libraryDependencies += "org.hjug.dtangler.testdata.java9" % "dtangler-testdata-j9" % "2.1.0"
[org.hjug.dtangler.testdata.java9/dtangler-testdata-j9 "2.1.0"]