GroupId | GroupIdcom.github.imas-alex |
---|---|
ArtifactId | ArtifactIdGraph |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
Graph-0.0.9.pom | |
Graph-0.0.9.jar | 186 KB |
Graph-0.0.9-sources.jar | 74 KB |
Graph-0.0.9-javadoc.jar | 253 KB |
Graph-0.0.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.imas-alex/Graph/
implementation 'com.github.imas-alex:Graph:0.0.9'
// https://jarcasting.com/artifacts/com.github.imas-alex/Graph/
implementation ("com.github.imas-alex:Graph:0.0.9")
'com.github.imas-alex:Graph:jar:0.0.9'
<dependency org="com.github.imas-alex" name="Graph" rev="0.0.9">
<artifact name="Graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.imas-alex', module='Graph', version='0.0.9')
)
libraryDependencies += "com.github.imas-alex" % "Graph" % "0.0.9"
[com.github.imas-alex/Graph "0.0.9"]