Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.manganit.half |
ArtifactId | ArtifactIdhalf-security |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
half-security-0.1.pom | |
half-security-0.1.jar | 6 KB |
half-security-0.1-sources.jar | 4 KB |
half-security-0.1-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.manganit.half/half-security/ -->
<dependency>
<groupId>com.manganit.half</groupId>
<artifactId>half-security</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.manganit.half/half-security/
implementation 'com.manganit.half:half-security:0.1'
// https://jarcasting.com/artifacts/com.manganit.half/half-security/
implementation ("com.manganit.half:half-security:0.1")
'com.manganit.half:half-security:jar:0.1'
<dependency org="com.manganit.half" name="half-security" rev="0.1">
<artifact name="half-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.manganit.half', module='half-security', version='0.1')
)
libraryDependencies += "com.manganit.half" % "half-security" % "0.1"
[com.manganit.half/half-security "0.1"]