| Categories |
CategoriesMOA Business Logic Libraries Machine Learning |
|---|---|
| GroupId | GroupIdcom.github.moaxcp |
| ArtifactId | ArtifactIdgraphs |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| graphs-0.2.0.pom | |
| graphs-0.2.0.jar | 92 KB |
| graphs-0.2.0-sources.jar | 34 KB |
| graphs-0.2.0-javadoc.jar | 716 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.moaxcp/graphs/ -->
<dependency>
<groupId>com.github.moaxcp</groupId>
<artifactId>graphs</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.moaxcp/graphs/
implementation 'com.github.moaxcp:graphs:0.2.0'
// https://jarcasting.com/artifacts/com.github.moaxcp/graphs/
implementation ("com.github.moaxcp:graphs:0.2.0")
'com.github.moaxcp:graphs:jar:0.2.0'
<dependency org="com.github.moaxcp" name="graphs" rev="0.2.0">
<artifact name="graphs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.moaxcp', module='graphs', version='0.2.0')
)
libraryDependencies += "com.github.moaxcp" % "graphs" % "0.2.0"
[com.github.moaxcp/graphs "0.2.0"]