Categories |
CategoriesNet Security |
---|---|
GroupId | GroupIdcom.payneteasy.superfly |
ArtifactId | ArtifactIdsuperfly-spring-security-common |
Version | Version1.6-2 |
Type | Typejar |
<!-- 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-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-spring-security-common/
implementation 'com.payneteasy.superfly:superfly-spring-security-common:1.6-2'
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-spring-security-common/
implementation ("com.payneteasy.superfly:superfly-spring-security-common:1.6-2")
'com.payneteasy.superfly:superfly-spring-security-common:jar:1.6-2'
<dependency org="com.payneteasy.superfly" name="superfly-spring-security-common" rev="1.6-2">
<artifact name="superfly-spring-security-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payneteasy.superfly', module='superfly-spring-security-common', version='1.6-2')
)
libraryDependencies += "com.payneteasy.superfly" % "superfly-spring-security-common" % "1.6-2"
[com.payneteasy.superfly/superfly-spring-security-common "1.6-2"]