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