GroupId | GroupIdorg.craftercms |
---|---|
ArtifactId | ArtifactIdcrafter-commons-plugin |
Version | Version3.1.17.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.craftercms/crafter-commons-plugin/ -->
<dependency>
<groupId>org.craftercms</groupId>
<artifactId>crafter-commons-plugin</artifactId>
<version>3.1.17.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/crafter-commons-plugin/
implementation 'org.craftercms:crafter-commons-plugin:3.1.17.6'
// https://jarcasting.com/artifacts/org.craftercms/crafter-commons-plugin/
implementation ("org.craftercms:crafter-commons-plugin:3.1.17.6")
'org.craftercms:crafter-commons-plugin:jar:3.1.17.6'
<dependency org="org.craftercms" name="crafter-commons-plugin" rev="3.1.17.6">
<artifact name="crafter-commons-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-commons-plugin', version='3.1.17.6')
)
libraryDependencies += "org.craftercms" % "crafter-commons-plugin" % "3.1.17.6"
[org.craftercms/crafter-commons-plugin "3.1.17.6"]