| Categories |
CategoriesSecurity |
|---|---|
| GroupId | GroupIdcom.github.venkatramanm.swf-all |
| ArtifactId | ArtifactIdswf-plugin-security |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| swf-plugin-security-1.1.pom | |
| swf-plugin-security-1.1.jar | 10 KB |
| swf-plugin-security-1.1-sources.jar | 5 KB |
| swf-plugin-security-1.1-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-security/ -->
<dependency>
<groupId>com.github.venkatramanm.swf-all</groupId>
<artifactId>swf-plugin-security</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-security/
implementation 'com.github.venkatramanm.swf-all:swf-plugin-security:1.1'
// https://jarcasting.com/artifacts/com.github.venkatramanm.swf-all/swf-plugin-security/
implementation ("com.github.venkatramanm.swf-all:swf-plugin-security:1.1")
'com.github.venkatramanm.swf-all:swf-plugin-security:jar:1.1'
<dependency org="com.github.venkatramanm.swf-all" name="swf-plugin-security" rev="1.1">
<artifact name="swf-plugin-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.venkatramanm.swf-all', module='swf-plugin-security', version='1.1')
)
libraryDependencies += "com.github.venkatramanm.swf-all" % "swf-plugin-security" % "1.1"
[com.github.venkatramanm.swf-all/swf-plugin-security "1.1"]