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