| GroupId | GroupIdcom.github.costin3141 |
|---|---|
| ArtifactId | ArtifactIdfastgraph |
| Version | Version0.2.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fastgraph-0.2.5.pom | |
| fastgraph-0.2.5.jar | 77 KB |
| fastgraph-0.2.5-sources.jar | 37 KB |
| fastgraph-0.2.5-javadoc.jar | 377 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.costin3141/fastgraph/ -->
<dependency>
<groupId>com.github.costin3141</groupId>
<artifactId>fastgraph</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.costin3141/fastgraph/
implementation 'com.github.costin3141:fastgraph:0.2.5'
// https://jarcasting.com/artifacts/com.github.costin3141/fastgraph/
implementation ("com.github.costin3141:fastgraph:0.2.5")
'com.github.costin3141:fastgraph:jar:0.2.5'
<dependency org="com.github.costin3141" name="fastgraph" rev="0.2.5">
<artifact name="fastgraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.costin3141', module='fastgraph', version='0.2.5')
)
libraryDependencies += "com.github.costin3141" % "fastgraph" % "0.2.5"
[com.github.costin3141/fastgraph "0.2.5"]