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