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