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