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