| GroupId | GroupIdorg.craftercms |
|---|---|
| ArtifactId | ArtifactIdcrafter-social-parent |
| Version | Version2.3.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| crafter-social-parent-2.3.5.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.craftercms/crafter-social-parent/ -->
<dependency>
<groupId>org.craftercms</groupId>
<artifactId>crafter-social-parent</artifactId>
<version>2.3.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/crafter-social-parent/
implementation 'org.craftercms:crafter-social-parent:2.3.5'
// https://jarcasting.com/artifacts/org.craftercms/crafter-social-parent/
implementation ("org.craftercms:crafter-social-parent:2.3.5")
'org.craftercms:crafter-social-parent:pom:2.3.5'
<dependency org="org.craftercms" name="crafter-social-parent" rev="2.3.5">
<artifact name="crafter-social-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-social-parent', version='2.3.5')
)
libraryDependencies += "org.craftercms" % "crafter-social-parent" % "2.3.5"
[org.craftercms/crafter-social-parent "2.3.5"]