Categories |
CategoriesIDE Development Tools ORM Data |
---|---|
GroupId | GroupIdorg.openidentityplatform.commons |
ArtifactId | ArtifactIdaudit |
Version | Version2.0.13 |
Type | Typepom |
Filename | Size |
---|---|
audit-2.0.13.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/audit/ -->
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>audit</artifactId>
<version>2.0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/audit/
implementation 'org.openidentityplatform.commons:audit:2.0.13'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/audit/
implementation ("org.openidentityplatform.commons:audit:2.0.13")
'org.openidentityplatform.commons:audit:pom:2.0.13'
<dependency org="org.openidentityplatform.commons" name="audit" rev="2.0.13">
<artifact name="audit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='audit', version='2.0.13')
)
libraryDependencies += "org.openidentityplatform.commons" % "audit" % "2.0.13"
[org.openidentityplatform.commons/audit "2.0.13"]