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