GroupId | GroupIdcom.github.imas-alex |
---|---|
ArtifactId | ArtifactIdGraph |
Version | Version0.0.10 |
Type | Typejar |
Filename | Size |
---|---|
Graph-0.0.10.pom | |
Graph-0.0.10.jar | 189 KB |
Graph-0.0.10-sources.jar | 78 KB |
Graph-0.0.10-javadoc.jar | 256 KB |
Graph-0.0.10-dependencies.jar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.imas-alex/Graph/ -->
<dependency>
<groupId>com.github.imas-alex</groupId>
<artifactId>Graph</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.imas-alex/Graph/
implementation 'com.github.imas-alex:Graph:0.0.10'
// https://jarcasting.com/artifacts/com.github.imas-alex/Graph/
implementation ("com.github.imas-alex:Graph:0.0.10")
'com.github.imas-alex:Graph:jar:0.0.10'
<dependency org="com.github.imas-alex" name="Graph" rev="0.0.10">
<artifact name="Graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.imas-alex', module='Graph', version='0.0.10')
)
libraryDependencies += "com.github.imas-alex" % "Graph" % "0.0.10"
[com.github.imas-alex/Graph "0.0.10"]