Categories |
CategoriesIDE Development Tools Security |
---|---|
GroupId | GroupIdorg.craftercms |
ArtifactId | ArtifactIdcrafter-profile-spring-security-provider |
Version | Version2.3.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.craftercms/crafter-profile-spring-security-provider/ -->
<dependency>
<groupId>org.craftercms</groupId>
<artifactId>crafter-profile-spring-security-provider</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/crafter-profile-spring-security-provider/
implementation 'org.craftercms:crafter-profile-spring-security-provider:2.3.4'
// https://jarcasting.com/artifacts/org.craftercms/crafter-profile-spring-security-provider/
implementation ("org.craftercms:crafter-profile-spring-security-provider:2.3.4")
'org.craftercms:crafter-profile-spring-security-provider:jar:2.3.4'
<dependency org="org.craftercms" name="crafter-profile-spring-security-provider" rev="2.3.4">
<artifact name="crafter-profile-spring-security-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-profile-spring-security-provider', version='2.3.4')
)
libraryDependencies += "org.craftercms" % "crafter-profile-spring-security-provider" % "2.3.4"
[org.craftercms/crafter-profile-spring-security-provider "2.3.4"]