Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.teakfly |
ArtifactId | ArtifactIdteafly-common-security |
Version | Version1.0.30 |
Type | Typejar |
Filename | Size |
---|---|
teafly-common-security-1.0.30.pom | |
teafly-common-security-1.0.30-sources.jar | 146 bytes |
teafly-common-security-1.0.30-javadoc.jar | 146 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.teakfly/teafly-common-security/ -->
<dependency>
<groupId>com.github.teakfly</groupId>
<artifactId>teafly-common-security</artifactId>
<version>1.0.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.teakfly/teafly-common-security/
implementation 'com.github.teakfly:teafly-common-security:1.0.30'
// https://jarcasting.com/artifacts/com.github.teakfly/teafly-common-security/
implementation ("com.github.teakfly:teafly-common-security:1.0.30")
'com.github.teakfly:teafly-common-security:jar:1.0.30'
<dependency org="com.github.teakfly" name="teafly-common-security" rev="1.0.30">
<artifact name="teafly-common-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.teakfly', module='teafly-common-security', version='1.0.30')
)
libraryDependencies += "com.github.teakfly" % "teafly-common-security" % "1.0.30"
[com.github.teakfly/teafly-common-security "1.0.30"]