GroupId | GroupIdorg.jwall |
---|---|
ArtifactId | ArtifactIdorg.jwall.web.audit |
Version | Version0.6.8 |
Type | Typejar |
Filename | Size |
---|---|
org.jwall.web.audit-0.6.8.pom | |
org.jwall.web.audit-0.6.8.jar | 381 KB |
org.jwall.web.audit-0.6.8-sources.jar | 303 KB |
org.jwall.web.audit-0.6.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jwall/org.jwall.web.audit/ -->
<dependency>
<groupId>org.jwall</groupId>
<artifactId>org.jwall.web.audit</artifactId>
<version>0.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jwall/org.jwall.web.audit/
implementation 'org.jwall:org.jwall.web.audit:0.6.8'
// https://jarcasting.com/artifacts/org.jwall/org.jwall.web.audit/
implementation ("org.jwall:org.jwall.web.audit:0.6.8")
'org.jwall:org.jwall.web.audit:jar:0.6.8'
<dependency org="org.jwall" name="org.jwall.web.audit" rev="0.6.8">
<artifact name="org.jwall.web.audit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jwall', module='org.jwall.web.audit', version='0.6.8')
)
libraryDependencies += "org.jwall" % "org.jwall.web.audit" % "0.6.8"
[org.jwall/org.jwall.web.audit "0.6.8"]