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