Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.cognifide.aem |
ArtifactId | ArtifactIdapm-bundle |
Version | Version4.2.2 |
Type | Typejar |
Filename | Size |
---|---|
apm-bundle-4.2.2.pom | |
apm-bundle-4.2.2.jar | 335 KB |
apm-bundle-4.2.2-sources.jar | 243 KB |
apm-bundle-4.2.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.cognifide.aem/apm-bundle/ -->
<dependency>
<groupId>com.cognifide.aem</groupId>
<artifactId>apm-bundle</artifactId>
<version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognifide.aem/apm-bundle/
implementation 'com.cognifide.aem:apm-bundle:4.2.2'
// https://jarcasting.com/artifacts/com.cognifide.aem/apm-bundle/
implementation ("com.cognifide.aem:apm-bundle:4.2.2")
'com.cognifide.aem:apm-bundle:jar:4.2.2'
<dependency org="com.cognifide.aem" name="apm-bundle" rev="4.2.2">
<artifact name="apm-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognifide.aem', module='apm-bundle', version='4.2.2')
)
libraryDependencies += "com.cognifide.aem" % "apm-bundle" % "4.2.2"
[com.cognifide.aem/apm-bundle "4.2.2"]