Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.beangle.security |
ArtifactId | ArtifactIdbeangle-security-blueprint |
Version | Version3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.beangle.security/beangle-security-blueprint/ -->
<dependency>
<groupId>org.beangle.security</groupId>
<artifactId>beangle-security-blueprint</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-blueprint/
implementation 'org.beangle.security:beangle-security-blueprint:3.0.1'
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-blueprint/
implementation ("org.beangle.security:beangle-security-blueprint:3.0.1")
'org.beangle.security:beangle-security-blueprint:jar:3.0.1'
<dependency org="org.beangle.security" name="beangle-security-blueprint" rev="3.0.1">
<artifact name="beangle-security-blueprint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.security', module='beangle-security-blueprint', version='3.0.1')
)
libraryDependencies += "org.beangle.security" % "beangle-security-blueprint" % "3.0.1"
[org.beangle.security/beangle-security-blueprint "3.0.1"]