Categories |
CategoriesXodus Data Databases |
---|---|
GroupId | GroupIdorg.jetbrains.xodus |
ArtifactId | ArtifactIddnq-open-api |
Version | Version1.3.424 |
Type | Typejar |
Filename | Size |
---|---|
dnq-open-api-1.3.424.pom | |
dnq-open-api-1.3.424.jar | 44 KB |
dnq-open-api-1.3.424-sources.jar | 22 KB |
dnq-open-api-1.3.424-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jetbrains.xodus/dnq-open-api/ -->
<dependency>
<groupId>org.jetbrains.xodus</groupId>
<artifactId>dnq-open-api</artifactId>
<version>1.3.424</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.xodus/dnq-open-api/
implementation 'org.jetbrains.xodus:dnq-open-api:1.3.424'
// https://jarcasting.com/artifacts/org.jetbrains.xodus/dnq-open-api/
implementation ("org.jetbrains.xodus:dnq-open-api:1.3.424")
'org.jetbrains.xodus:dnq-open-api:jar:1.3.424'
<dependency org="org.jetbrains.xodus" name="dnq-open-api" rev="1.3.424">
<artifact name="dnq-open-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.xodus', module='dnq-open-api', version='1.3.424')
)
libraryDependencies += "org.jetbrains.xodus" % "dnq-open-api" % "1.3.424"
[org.jetbrains.xodus/dnq-open-api "1.3.424"]