| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools ORM Data |
| GroupId | GroupIdorg.openidentityplatform.commons |
| ArtifactId | ArtifactIdcommons |
| Last Version | Last Version2.0.15 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionorg.openidentityplatform.commons.commons
Parent POM for Open Identity Platform Community projects. Provides default project build configuration.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| commons-2.0.15.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/commons/ -->
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>commons</artifactId>
<version>2.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/commons/
implementation 'org.openidentityplatform.commons:commons:2.0.15'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/commons/
implementation ("org.openidentityplatform.commons:commons:2.0.15")
'org.openidentityplatform.commons:commons:pom:2.0.15'
<dependency org="org.openidentityplatform.commons" name="commons" rev="2.0.15">
<artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='commons', version='2.0.15')
)
libraryDependencies += "org.openidentityplatform.commons" % "commons" % "2.0.15"
[org.openidentityplatform.commons/commons "2.0.15"]