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