GroupId | GroupIdio.github.9ins |
---|---|
ArtifactId | ArtifactIdchaosgraph |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
chaosgraph-0.9.0.pom | |
chaosgraph-0.9.0.jar | 4 MB |
chaosgraph-0.9.0-sources.jar | 66 KB |
chaosgraph-0.9.0-javadoc.jar | 611 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.9ins/chaosgraph/ -->
<dependency>
<groupId>io.github.9ins</groupId>
<artifactId>chaosgraph</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.9ins/chaosgraph/
implementation 'io.github.9ins:chaosgraph:0.9.0'
// https://jarcasting.com/artifacts/io.github.9ins/chaosgraph/
implementation ("io.github.9ins:chaosgraph:0.9.0")
'io.github.9ins:chaosgraph:jar:0.9.0'
<dependency org="io.github.9ins" name="chaosgraph" rev="0.9.0">
<artifact name="chaosgraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.9ins', module='chaosgraph', version='0.9.0')
)
libraryDependencies += "io.github.9ins" % "chaosgraph" % "0.9.0"
[io.github.9ins/chaosgraph "0.9.0"]