Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.beangle.security |
ArtifactId | ArtifactIdbeangle-security-parent |
Version | Version3.8.4 |
Type | Typepom |
Filename | Size |
---|---|
beangle-security-parent-3.8.4.pom | 932 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.beangle.security/beangle-security-parent/ -->
<dependency>
<groupId>org.beangle.security</groupId>
<artifactId>beangle-security-parent</artifactId>
<version>3.8.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-parent/
implementation 'org.beangle.security:beangle-security-parent:3.8.4'
// https://jarcasting.com/artifacts/org.beangle.security/beangle-security-parent/
implementation ("org.beangle.security:beangle-security-parent:3.8.4")
'org.beangle.security:beangle-security-parent:pom:3.8.4'
<dependency org="org.beangle.security" name="beangle-security-parent" rev="3.8.4">
<artifact name="beangle-security-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.beangle.security', module='beangle-security-parent', version='3.8.4')
)
libraryDependencies += "org.beangle.security" % "beangle-security-parent" % "3.8.4"
[org.beangle.security/beangle-security-parent "3.8.4"]