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