| GroupId | GroupIdcom.github.blackfizz |
|---|---|
| ArtifactId | ArtifactIdeazegraph |
| Version | Version1.2.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| eazegraph-1.2.2.pom | |
| eazegraph-1.2.2.aar | 70 KB |
| eazegraph-1.2.2-sources.jar | 54 KB |
| eazegraph-1.2.2-javadoc.jar | 191 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.blackfizz/eazegraph/ -->
<dependency>
<groupId>com.github.blackfizz</groupId>
<artifactId>eazegraph</artifactId>
<version>1.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.blackfizz/eazegraph/
implementation 'com.github.blackfizz:eazegraph:1.2.2'
// https://jarcasting.com/artifacts/com.github.blackfizz/eazegraph/
implementation ("com.github.blackfizz:eazegraph:1.2.2")
'com.github.blackfizz:eazegraph:aar:1.2.2'
<dependency org="com.github.blackfizz" name="eazegraph" rev="1.2.2">
<artifact name="eazegraph" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.blackfizz', module='eazegraph', version='1.2.2')
)
libraryDependencies += "com.github.blackfizz" % "eazegraph" % "1.2.2"
[com.github.blackfizz/eazegraph "1.2.2"]