GroupId | GroupIdcom.gitlab.marvinh |
---|---|
ArtifactId | ArtifactIdgraph |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
graph-1.2.pom | |
graph-1.2.jar | 36 KB |
graph-1.2-sources.jar | 19 KB |
graph-1.2-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/graph/ -->
<dependency>
<groupId>com.gitlab.marvinh</groupId>
<artifactId>graph</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/graph/
implementation 'com.gitlab.marvinh:graph:1.2'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/graph/
implementation ("com.gitlab.marvinh:graph:1.2")
'com.gitlab.marvinh:graph:jar:1.2'
<dependency org="com.gitlab.marvinh" name="graph" rev="1.2">
<artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='graph', version='1.2')
)
libraryDependencies += "com.gitlab.marvinh" % "graph" % "1.2"
[com.gitlab.marvinh/graph "1.2"]