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