GroupId | GroupIdcom.ritense.valtimo |
---|---|
ArtifactId | ArtifactIdaudit |
Version | Version9.6.0.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
audit-9.6.0.RELEASE.pom | |
audit-9.6.0.RELEASE-sources.jar | 22 KB |
audit-9.6.0.RELEASE-plain.jar | 30 KB |
audit-9.6.0.RELEASE-javadoc.jar | 475 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ritense.valtimo/audit/ -->
<dependency>
<groupId>com.ritense.valtimo</groupId>
<artifactId>audit</artifactId>
<version>9.6.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ritense.valtimo/audit/
implementation 'com.ritense.valtimo:audit:9.6.0.RELEASE'
// https://jarcasting.com/artifacts/com.ritense.valtimo/audit/
implementation ("com.ritense.valtimo:audit:9.6.0.RELEASE")
'com.ritense.valtimo:audit:pom:9.6.0.RELEASE'
<dependency org="com.ritense.valtimo" name="audit" rev="9.6.0.RELEASE">
<artifact name="audit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ritense.valtimo', module='audit', version='9.6.0.RELEASE')
)
libraryDependencies += "com.ritense.valtimo" % "audit" % "9.6.0.RELEASE"
[com.ritense.valtimo/audit "9.6.0.RELEASE"]