Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.ddphin |
ArtifactId | ArtifactIdddphin-security |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
ddphin-security-1.0.5.pom | |
ddphin-security-1.0.5.jar | 47 KB |
ddphin-security-1.0.5-sources.jar | 30 KB |
ddphin-security-1.0.5-javadoc.jar | 311 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddphin/ddphin-security/ -->
<dependency>
<groupId>com.github.ddphin</groupId>
<artifactId>ddphin-security</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-security/
implementation 'com.github.ddphin:ddphin-security:1.0.5'
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-security/
implementation ("com.github.ddphin:ddphin-security:1.0.5")
'com.github.ddphin:ddphin-security:jar:1.0.5'
<dependency org="com.github.ddphin" name="ddphin-security" rev="1.0.5">
<artifact name="ddphin-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddphin', module='ddphin-security', version='1.0.5')
)
libraryDependencies += "com.github.ddphin" % "ddphin-security" % "1.0.5"
[com.github.ddphin/ddphin-security "1.0.5"]