| License |
License |
|---|---|
| Categories |
CategoriesSecurity |
| GroupId | GroupIdcn.herodotus.engine |
| ArtifactId | ArtifactIdsecurity-core |
| Version | Version2.7.0.Beta2 |
| Type | Typejar |
| Description |
DescriptionHerodotus Engine
|
| Filename | Size |
|---|---|
| security-core-2.7.0.Beta2.pom | |
| security-core-2.7.0.Beta2.jar | 32 KB |
| security-core-2.7.0.Beta2-sources.jar | 37 KB |
| security-core-2.7.0.Beta2-javadoc.jar | 201 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.herodotus.engine/security-core/ -->
<dependency>
<groupId>cn.herodotus.engine</groupId>
<artifactId>security-core</artifactId>
<version>2.7.0.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.herodotus.engine/security-core/
implementation 'cn.herodotus.engine:security-core:2.7.0.Beta2'
// https://jarcasting.com/artifacts/cn.herodotus.engine/security-core/
implementation ("cn.herodotus.engine:security-core:2.7.0.Beta2")
'cn.herodotus.engine:security-core:jar:2.7.0.Beta2'
<dependency org="cn.herodotus.engine" name="security-core" rev="2.7.0.Beta2">
<artifact name="security-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.herodotus.engine', module='security-core', version='2.7.0.Beta2')
)
libraryDependencies += "cn.herodotus.engine" % "security-core" % "2.7.0.Beta2"
[cn.herodotus.engine/security-core "2.7.0.Beta2"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.herodotus.engine : web-core | jar | 2.7.0.Beta2 |
| org.springframework.security.oauth : spring-security-oauth2 | jar | 2.3.4.RELEASE |