Categories |
CategoriesXodus Data Databases |
---|---|
GroupId | GroupIdorg.jetbrains.xodus |
ArtifactId | ArtifactIddnq-open-api |
Version | Version1.0.173 |
Type | Typejar |
Filename | Size |
---|---|
dnq-open-api-1.0.173.pom | |
dnq-open-api-1.0.173.jar | 29 KB |
dnq-open-api-1.0.173-sources.jar | 29 KB |
dnq-open-api-1.0.173-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.0.173</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetbrains.xodus/dnq-open-api/
implementation 'org.jetbrains.xodus:dnq-open-api:1.0.173'
// https://jarcasting.com/artifacts/org.jetbrains.xodus/dnq-open-api/
implementation ("org.jetbrains.xodus:dnq-open-api:1.0.173")
'org.jetbrains.xodus:dnq-open-api:jar:1.0.173'
<dependency org="org.jetbrains.xodus" name="dnq-open-api" rev="1.0.173">
<artifact name="dnq-open-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetbrains.xodus', module='dnq-open-api', version='1.0.173')
)
libraryDependencies += "org.jetbrains.xodus" % "dnq-open-api" % "1.0.173"
[org.jetbrains.xodus/dnq-open-api "1.0.173"]