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