Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdio.github.libkodi |
ArtifactId | ArtifactIdsecurity |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
security-1.0.2.pom | |
security-1.0.2.jar | 66 KB |
security-1.0.2-sources.jar | 38 KB |
security-1.0.2-javadoc.jar | 304 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.libkodi/security/ -->
<dependency>
<groupId>io.github.libkodi</groupId>
<artifactId>security</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.libkodi/security/
implementation 'io.github.libkodi:security:1.0.2'
// https://jarcasting.com/artifacts/io.github.libkodi/security/
implementation ("io.github.libkodi:security:1.0.2")
'io.github.libkodi:security:jar:1.0.2'
<dependency org="io.github.libkodi" name="security" rev="1.0.2">
<artifact name="security" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.libkodi', module='security', version='1.0.2')
)
libraryDependencies += "io.github.libkodi" % "security" % "1.0.2"
[io.github.libkodi/security "1.0.2"]