Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.jherculesqz |
ArtifactId | ArtifactIdcore-fw-spring-security |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
core-fw-spring-security-1.0.pom | |
core-fw-spring-security-1.0.jar | 27 KB |
core-fw-spring-security-1.0-sources.jar | 15 KB |
core-fw-spring-security-1.0-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jherculesqz/core-fw-spring-security/ -->
<dependency>
<groupId>com.github.jherculesqz</groupId>
<artifactId>core-fw-spring-security</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jherculesqz/core-fw-spring-security/
implementation 'com.github.jherculesqz:core-fw-spring-security:1.0'
// https://jarcasting.com/artifacts/com.github.jherculesqz/core-fw-spring-security/
implementation ("com.github.jherculesqz:core-fw-spring-security:1.0")
'com.github.jherculesqz:core-fw-spring-security:jar:1.0'
<dependency org="com.github.jherculesqz" name="core-fw-spring-security" rev="1.0">
<artifact name="core-fw-spring-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jherculesqz', module='core-fw-spring-security', version='1.0')
)
libraryDependencies += "com.github.jherculesqz" % "core-fw-spring-security" % "1.0"
[com.github.jherculesqz/core-fw-spring-security "1.0"]