| Categories |
CategoriesIDE Development Tools ORM Data |
|---|---|
| GroupId | GroupIdorg.openidentityplatform.commons.persistit |
| ArtifactId | ArtifactIdcore |
| Version | Version2.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-2.0.8.pom | |
| core-2.0.8.jar | 809 KB |
| core-2.0.8-sources.jar | 628 KB |
| core-2.0.8-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons.persistit/core/ -->
<dependency>
<groupId>org.openidentityplatform.commons.persistit</groupId>
<artifactId>core</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.persistit/core/
implementation 'org.openidentityplatform.commons.persistit:core:2.0.8'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.persistit/core/
implementation ("org.openidentityplatform.commons.persistit:core:2.0.8")
'org.openidentityplatform.commons.persistit:core:jar:2.0.8'
<dependency org="org.openidentityplatform.commons.persistit" name="core" rev="2.0.8">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons.persistit', module='core', version='2.0.8')
)
libraryDependencies += "org.openidentityplatform.commons.persistit" % "core" % "2.0.8"
[org.openidentityplatform.commons.persistit/core "2.0.8"]