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