Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.yiuman |
ArtifactId | ArtifactIdcitrus-security |
Version | Version0.1.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yiuman/citrus-security/ -->
<dependency>
<groupId>com.github.yiuman</groupId>
<artifactId>citrus-security</artifactId>
<version>0.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yiuman/citrus-security/
implementation 'com.github.yiuman:citrus-security:0.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.yiuman/citrus-security/
implementation ("com.github.yiuman:citrus-security:0.1.0.RELEASE")
'com.github.yiuman:citrus-security:jar:0.1.0.RELEASE'
<dependency org="com.github.yiuman" name="citrus-security" rev="0.1.0.RELEASE">
<artifact name="citrus-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yiuman', module='citrus-security', version='0.1.0.RELEASE')
)
libraryDependencies += "com.github.yiuman" % "citrus-security" % "0.1.0.RELEASE"
[com.github.yiuman/citrus-security "0.1.0.RELEASE"]