Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.red5 |
ArtifactId | ArtifactIdsecurityplugin |
Version | Version1.0.8-M2 |
Type | Typejar |
Filename | Size |
---|---|
securityplugin-1.0.8-M2.pom | |
securityplugin-1.0.8-M2.jar | 14 KB |
securityplugin-1.0.8-M2-sources.jar | 10 KB |
securityplugin-1.0.8-M2-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.red5/securityplugin/ -->
<dependency>
<groupId>org.red5</groupId>
<artifactId>securityplugin</artifactId>
<version>1.0.8-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.red5/securityplugin/
implementation 'org.red5:securityplugin:1.0.8-M2'
// https://jarcasting.com/artifacts/org.red5/securityplugin/
implementation ("org.red5:securityplugin:1.0.8-M2")
'org.red5:securityplugin:jar:1.0.8-M2'
<dependency org="org.red5" name="securityplugin" rev="1.0.8-M2">
<artifact name="securityplugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.red5', module='securityplugin', version='1.0.8-M2')
)
libraryDependencies += "org.red5" % "securityplugin" % "1.0.8-M2"
[org.red5/securityplugin "1.0.8-M2"]