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