| Categories |
CategoriesUnity Business Logic Libraries Game Development |
|---|---|
| GroupId | GroupIdorg.graphfoundation.ongdb.community |
| ArtifactId | ArtifactIdalgo-it |
| Version | Version3.6.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| algo-it-3.6.1.pom | |
| algo-it-3.6.1.jar | 12 KB |
| algo-it-3.6.1-tests.jar | 91 KB |
| algo-it-3.6.1-sources.jar | 12 KB |
| algo-it-3.6.1-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb.community/algo-it/ -->
<dependency>
<groupId>org.graphfoundation.ongdb.community</groupId>
<artifactId>algo-it</artifactId>
<version>3.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb.community/algo-it/
implementation 'org.graphfoundation.ongdb.community:algo-it:3.6.1'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb.community/algo-it/
implementation ("org.graphfoundation.ongdb.community:algo-it:3.6.1")
'org.graphfoundation.ongdb.community:algo-it:jar:3.6.1'
<dependency org="org.graphfoundation.ongdb.community" name="algo-it" rev="3.6.1">
<artifact name="algo-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb.community', module='algo-it', version='3.6.1')
)
libraryDependencies += "org.graphfoundation.ongdb.community" % "algo-it" % "3.6.1"
[org.graphfoundation.ongdb.community/algo-it "3.6.1"]