Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.beangle.security |
ArtifactId | ArtifactIdbeangle-security-blueprint |
Version | Version3.4.0 |
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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-blueprint/
implementation 'org.beangle.security:beangle-security-blueprint:3.4.0'
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-blueprint/
implementation ("org.beangle.security:beangle-security-blueprint:3.4.0")
'org.beangle.security:beangle-security-blueprint:jar:3.4.0'
<dependency org="org.beangle.security" name="beangle-security-blueprint" rev="3.4.0">
<artifact name="beangle-security-blueprint" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.security', module='beangle-security-blueprint', version='3.4.0')
)
libraryDependencies += "org.beangle.security" % "beangle-security-blueprint" % "3.4.0"
[org.beangle.security/beangle-security-blueprint "3.4.0"]