GroupId | GroupIdorg.craftercms |
---|---|
ArtifactId | ArtifactIdcrafter-profile |
Version | Version3.1.20E |
Type | Typewar |
Filename | Size |
---|---|
crafter-profile-3.1.20E.pom | |
crafter-profile-3.1.20E.war | 25 MB |
crafter-profile-3.1.20E-sources.jar | 96 KB |
crafter-profile-3.1.20E-javadoc.jar | 424 KB |
crafter-profile-3.1.20E-classes.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.craftercms/crafter-profile/ -->
<dependency>
<groupId>org.craftercms</groupId>
<artifactId>crafter-profile</artifactId>
<version>3.1.20E</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/crafter-profile/
implementation 'org.craftercms:crafter-profile:3.1.20E'
// https://jarcasting.com/artifacts/org.craftercms/crafter-profile/
implementation ("org.craftercms:crafter-profile:3.1.20E")
'org.craftercms:crafter-profile:war:3.1.20E'
<dependency org="org.craftercms" name="crafter-profile" rev="3.1.20E">
<artifact name="crafter-profile" type="war" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-profile', version='3.1.20E')
)
libraryDependencies += "org.craftercms" % "crafter-profile" % "3.1.20E"
[org.craftercms/crafter-profile "3.1.20E"]