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