| GroupId | GroupIdorg.craftercms |
|---|---|
| ArtifactId | ArtifactIdcrafter-social |
| Version | Version2.5.3 |
| Type | Typewar |
| Filename | Size |
|---|---|
| crafter-social-2.5.3.pom | |
| crafter-social-2.5.3.war | 65 MB |
| crafter-social-2.5.3-sources.jar | 177 KB |
| crafter-social-2.5.3-javadoc.jar | 807 KB |
| crafter-social-2.5.3-classes.jar | 234 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.craftercms/crafter-social/ -->
<dependency>
<groupId>org.craftercms</groupId>
<artifactId>crafter-social</artifactId>
<version>2.5.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/crafter-social/
implementation 'org.craftercms:crafter-social:2.5.3'
// https://jarcasting.com/artifacts/org.craftercms/crafter-social/
implementation ("org.craftercms:crafter-social:2.5.3")
'org.craftercms:crafter-social:war:2.5.3'
<dependency org="org.craftercms" name="crafter-social" rev="2.5.3">
<artifact name="crafter-social" type="war" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-social', version='2.5.3')
)
libraryDependencies += "org.craftercms" % "crafter-social" % "2.5.3"
[org.craftercms/crafter-social "2.5.3"]