GroupId | GroupIdorg.seedstack.addons.audit |
---|---|
ArtifactId | ArtifactIdaudit-specs |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
audit-specs-2.1.1.pom | |
audit-specs-2.1.1.jar | 8 KB |
audit-specs-2.1.1-sources.jar | 7 KB |
audit-specs-2.1.1-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>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.addons.audit/audit-specs/
implementation 'org.seedstack.addons.audit:audit-specs:2.1.1'
// https://jarcasting.com/artifacts/org.seedstack.addons.audit/audit-specs/
implementation ("org.seedstack.addons.audit:audit-specs:2.1.1")
'org.seedstack.addons.audit:audit-specs:jar:2.1.1'
<dependency org="org.seedstack.addons.audit" name="audit-specs" rev="2.1.1">
<artifact name="audit-specs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.addons.audit', module='audit-specs', version='2.1.1')
)
libraryDependencies += "org.seedstack.addons.audit" % "audit-specs" % "2.1.1"
[org.seedstack.addons.audit/audit-specs "2.1.1"]