Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.wizzdi |
ArtifactId | ArtifactIdflexicore-security-service |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wizzdi/flexicore-security-service/ -->
<dependency>
<groupId>com.wizzdi</groupId>
<artifactId>flexicore-security-service</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.wizzdi/flexicore-security-service/
implementation 'com.wizzdi:flexicore-security-service:1.0.5'
// https://jarcasting.com/artifacts/com.wizzdi/flexicore-security-service/
implementation ("com.wizzdi:flexicore-security-service:1.0.5")
'com.wizzdi:flexicore-security-service:jar:1.0.5'
<dependency org="com.wizzdi" name="flexicore-security-service" rev="1.0.5">
<artifact name="flexicore-security-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wizzdi', module='flexicore-security-service', version='1.0.5')
)
libraryDependencies += "com.wizzdi" % "flexicore-security-service" % "1.0.5"
[com.wizzdi/flexicore-security-service "1.0.5"]