Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.jiramot |
ArtifactId | ArtifactIdsecurity |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
security-0.0.2.pom | |
security-0.0.2.jar | 31 KB |
security-0.0.2-sources.jar | 11 KB |
security-0.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jiramot/security/ -->
<dependency>
<groupId>com.github.jiramot</groupId>
<artifactId>security</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jiramot/security/
implementation 'com.github.jiramot:security:0.0.2'
// https://jarcasting.com/artifacts/com.github.jiramot/security/
implementation ("com.github.jiramot:security:0.0.2")
'com.github.jiramot:security:jar:0.0.2'
<dependency org="com.github.jiramot" name="security" rev="0.0.2">
<artifact name="security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jiramot', module='security', version='0.0.2')
)
libraryDependencies += "com.github.jiramot" % "security" % "0.0.2"
[com.github.jiramot/security "0.0.2"]