Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.rednoll |
ArtifactId | ArtifactIdkero-security-jakarta |
Version | Version0.1.3 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.github.rednoll/kero-security-jakarta/ -->
<dependency>
<groupId>com.github.rednoll</groupId>
<artifactId>kero-security-jakarta</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rednoll/kero-security-jakarta/
implementation 'com.github.rednoll:kero-security-jakarta:0.1.3'
// https://jarcasting.com/artifacts/com.github.rednoll/kero-security-jakarta/
implementation ("com.github.rednoll:kero-security-jakarta:0.1.3")
'com.github.rednoll:kero-security-jakarta:pom:0.1.3'
<dependency org="com.github.rednoll" name="kero-security-jakarta" rev="0.1.3">
<artifact name="kero-security-jakarta" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rednoll', module='kero-security-jakarta', version='0.1.3')
)
libraryDependencies += "com.github.rednoll" % "kero-security-jakarta" % "0.1.3"
[com.github.rednoll/kero-security-jakarta "0.1.3"]