Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.aftia.plugin |
ArtifactId | ArtifactIdaem-build-maven-plugin |
Version | Version1.1.4 |
Type | Typepom |
Filename | Size |
---|---|
aem-build-maven-plugin-1.1.4.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.4</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.4'
// https://jarcasting.com/artifacts/com.aftia.plugin/aem-build-maven-plugin/
implementation ("com.aftia.plugin:aem-build-maven-plugin:1.1.4")
'com.aftia.plugin:aem-build-maven-plugin:pom:1.1.4'
<dependency org="com.aftia.plugin" name="aem-build-maven-plugin" rev="1.1.4">
<artifact name="aem-build-maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aftia.plugin', module='aem-build-maven-plugin', version='1.1.4')
)
libraryDependencies += "com.aftia.plugin" % "aem-build-maven-plugin" % "1.1.4"
[com.aftia.plugin/aem-build-maven-plugin "1.1.4"]