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