Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.aftia.plugin |
ArtifactId | ArtifactIdaem-build-maven-plugin |
Version | Version1.1.3 |
Type | Typepom |
Filename | Size |
---|---|
aem-build-maven-plugin-1.1.3.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aftia.plugin/aem-build-maven-plugin/ -->
<dependency>
<groupId>com.aftia.plugin</groupId>
<artifactId>aem-build-maven-plugin</artifactId>
<version>1.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aftia.plugin/aem-build-maven-plugin/
implementation 'com.aftia.plugin:aem-build-maven-plugin:1.1.3'
// https://jarcasting.com/artifacts/com.aftia.plugin/aem-build-maven-plugin/
implementation ("com.aftia.plugin:aem-build-maven-plugin:1.1.3")
'com.aftia.plugin:aem-build-maven-plugin:pom:1.1.3'
<dependency org="com.aftia.plugin" name="aem-build-maven-plugin" rev="1.1.3">
<artifact name="aem-build-maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aftia.plugin', module='aem-build-maven-plugin', version='1.1.3')
)
libraryDependencies += "com.aftia.plugin" % "aem-build-maven-plugin" % "1.1.3"
[com.aftia.plugin/aem-build-maven-plugin "1.1.3"]