Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.carewebframework |
ArtifactId | ArtifactIdorg.carewebframework.security.spring.core |
Version | Version4.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.security.spring.core/ -->
<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.security.spring.core</artifactId>
<version>4.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.security.spring.core/
implementation 'org.carewebframework:org.carewebframework.security.spring.core:4.0.8'
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.security.spring.core/
implementation ("org.carewebframework:org.carewebframework.security.spring.core:4.0.8")
'org.carewebframework:org.carewebframework.security.spring.core:jar:4.0.8'
<dependency org="org.carewebframework" name="org.carewebframework.security.spring.core" rev="4.0.8">
<artifact name="org.carewebframework.security.spring.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.carewebframework', module='org.carewebframework.security.spring.core', version='4.0.8')
)
libraryDependencies += "org.carewebframework" % "org.carewebframework.security.spring.core" % "4.0.8"
[org.carewebframework/org.carewebframework.security.spring.core "4.0.8"]