GroupId | GroupIdorg.craftercms |
---|---|
ArtifactId | ArtifactIdcrafter-social |
Version | Version3.1.19 |
Type | Typewar |
Filename | Size |
---|---|
crafter-social-3.1.19.pom | |
crafter-social-3.1.19.war | 41 MB |
crafter-social-3.1.19-sources.jar | 201 KB |
crafter-social-3.1.19-javadoc.jar | 856 KB |
crafter-social-3.1.19-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.19</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/crafter-social/
implementation 'org.craftercms:crafter-social:3.1.19'
// https://jarcasting.com/artifacts/org.craftercms/crafter-social/
implementation ("org.craftercms:crafter-social:3.1.19")
'org.craftercms:crafter-social:war:3.1.19'
<dependency org="org.craftercms" name="crafter-social" rev="3.1.19">
<artifact name="crafter-social" type="war" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-social', version='3.1.19')
)
libraryDependencies += "org.craftercms" % "crafter-social" % "3.1.19"
[org.craftercms/crafter-social "3.1.19"]