Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdme.youm.frame |
ArtifactId | ArtifactIdshore-security |
Version | Version1.1.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/me.youm.frame/shore-security/ -->
<dependency>
<groupId>me.youm.frame</groupId>
<artifactId>shore-security</artifactId>
<version>1.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.youm.frame/shore-security/
implementation 'me.youm.frame:shore-security:1.1.1-RELEASE'
// https://jarcasting.com/artifacts/me.youm.frame/shore-security/
implementation ("me.youm.frame:shore-security:1.1.1-RELEASE")
'me.youm.frame:shore-security:jar:1.1.1-RELEASE'
<dependency org="me.youm.frame" name="shore-security" rev="1.1.1-RELEASE">
<artifact name="shore-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.youm.frame', module='shore-security', version='1.1.1-RELEASE')
)
libraryDependencies += "me.youm.frame" % "shore-security" % "1.1.1-RELEASE"
[me.youm.frame/shore-security "1.1.1-RELEASE"]