GroupId | GroupIdorg.craftercms |
---|---|
ArtifactId | ArtifactIdcrafter-social-parent |
Version | Version2.3.4 |
Type | Typepom |
Filename | Size |
---|---|
crafter-social-parent-2.3.4.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.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/crafter-social-parent/
implementation 'org.craftercms:crafter-social-parent:2.3.4'
// https://jarcasting.com/artifacts/org.craftercms/crafter-social-parent/
implementation ("org.craftercms:crafter-social-parent:2.3.4")
'org.craftercms:crafter-social-parent:pom:2.3.4'
<dependency org="org.craftercms" name="crafter-social-parent" rev="2.3.4">
<artifact name="crafter-social-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-social-parent', version='2.3.4')
)
libraryDependencies += "org.craftercms" % "crafter-social-parent" % "2.3.4"
[org.craftercms/crafter-social-parent "2.3.4"]