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