| License |
License |
|---|---|
| Categories |
CategoriesNet Security |
| GroupId | GroupIdcom.payneteasy.superfly |
| ArtifactId | ArtifactIdsuperfly-spring-security-common |
| Version | Version1.6-13 |
| Type | Typejar |
| Description |
DescriptionSpring Security Extension for Superfly commons
Contains common classes for Spring Security support
|
<!-- https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-spring-security-common/ -->
<dependency>
<groupId>com.payneteasy.superfly</groupId>
<artifactId>superfly-spring-security-common</artifactId>
<version>1.6-13</version>
</dependency>
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-spring-security-common/
implementation 'com.payneteasy.superfly:superfly-spring-security-common:1.6-13'
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-spring-security-common/
implementation ("com.payneteasy.superfly:superfly-spring-security-common:1.6-13")
'com.payneteasy.superfly:superfly-spring-security-common:jar:1.6-13'
<dependency org="com.payneteasy.superfly" name="superfly-spring-security-common" rev="1.6-13">
<artifact name="superfly-spring-security-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payneteasy.superfly', module='superfly-spring-security-common', version='1.6-13')
)
libraryDependencies += "com.payneteasy.superfly" % "superfly-spring-security-common" % "1.6-13"
[com.payneteasy.superfly/superfly-spring-security-common "1.6-13"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.security : spring-security-core Optional | jar | 3.1.4.RELEASE |
| org.springframework : spring-core Optional | jar | 4.0.9.RELEASE |
| org.springframework : spring-beans Optional | jar | 4.0.9.RELEASE |
| com.payneteasy.superfly : superfly-remote-api | jar | 1.6-13 |
| com.payneteasy.superfly : superfly-common | jar | 1.6-13 |
| com.payneteasy.superfly : superfly-client | jar | 1.6-13 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easymock : easymock | jar | 3.0 |
| cglib : cglib | jar | 2.2.2 |