GroupId | GroupIdorg.seedstack.addons.audit |
---|---|
ArtifactId | ArtifactIdaudit-specs |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
audit-specs-3.0.0.pom | |
audit-specs-3.0.0.jar | 8 KB |
audit-specs-3.0.0-sources.jar | 7 KB |
audit-specs-3.0.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.addons.audit/audit-specs/ -->
<dependency>
<groupId>org.seedstack.addons.audit</groupId>
<artifactId>audit-specs</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.addons.audit/audit-specs/
implementation 'org.seedstack.addons.audit:audit-specs:3.0.0'
// https://jarcasting.com/artifacts/org.seedstack.addons.audit/audit-specs/
implementation ("org.seedstack.addons.audit:audit-specs:3.0.0")
'org.seedstack.addons.audit:audit-specs:jar:3.0.0'
<dependency org="org.seedstack.addons.audit" name="audit-specs" rev="3.0.0">
<artifact name="audit-specs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.addons.audit', module='audit-specs', version='3.0.0')
)
libraryDependencies += "org.seedstack.addons.audit" % "audit-specs" % "3.0.0"
[org.seedstack.addons.audit/audit-specs "3.0.0"]