GroupId | GroupIdcom.github.nill14.parsers |
---|---|
ArtifactId | ArtifactIddependency-graph |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
dependency-graph-2.2.0.pom | |
dependency-graph-2.2.0.jar | 62 KB |
dependency-graph-2.2.0-sources.jar | 25 KB |
dependency-graph-2.2.0-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nill14.parsers/dependency-graph/ -->
<dependency>
<groupId>com.github.nill14.parsers</groupId>
<artifactId>dependency-graph</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nill14.parsers/dependency-graph/
implementation 'com.github.nill14.parsers:dependency-graph:2.2.0'
// https://jarcasting.com/artifacts/com.github.nill14.parsers/dependency-graph/
implementation ("com.github.nill14.parsers:dependency-graph:2.2.0")
'com.github.nill14.parsers:dependency-graph:jar:2.2.0'
<dependency org="com.github.nill14.parsers" name="dependency-graph" rev="2.2.0">
<artifact name="dependency-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nill14.parsers', module='dependency-graph', version='2.2.0')
)
libraryDependencies += "com.github.nill14.parsers" % "dependency-graph" % "2.2.0"
[com.github.nill14.parsers/dependency-graph "2.2.0"]