| GroupId | GroupIdcom.github.venkatramanm.swf-all |
|---|---|
| ArtifactId | ArtifactIdswf-plugin-audit |
| Version | Version2.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| swf-plugin-audit-2.8.pom | |
| swf-plugin-audit-2.8.jar | 8 KB |
| swf-plugin-audit-2.8-sources.jar | 3 KB |
| swf-plugin-audit-2.8-javadoc.jar | 147 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-audit/ -->
<dependency>
<groupId>com.github.venkatramanm.swf-all</groupId>
<artifactId>swf-plugin-audit</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-audit/
implementation 'com.github.venkatramanm.swf-all:swf-plugin-audit:2.8'
// https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-audit/
implementation ("com.github.venkatramanm.swf-all:swf-plugin-audit:2.8")
'com.github.venkatramanm.swf-all:swf-plugin-audit:jar:2.8'
<dependency org="com.github.venkatramanm.swf-all" name="swf-plugin-audit" rev="2.8">
<artifact name="swf-plugin-audit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.venkatramanm.swf-all', module='swf-plugin-audit', version='2.8')
)
libraryDependencies += "com.github.venkatramanm.swf-all" % "swf-plugin-audit" % "2.8"
[com.github.venkatramanm.swf-all/swf-plugin-audit "2.8"]