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