Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.cognifide.aem |
ArtifactId | ArtifactIdapm-bundle |
Version | Version4.3.0 |
Type | Typejar |
Filename | Size |
---|---|
apm-bundle-4.3.0.pom | |
apm-bundle-4.3.0.jar | 341 KB |
apm-bundle-4.3.0-sources.jar | 245 KB |
apm-bundle-4.3.0-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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognifide.aem/apm-bundle/
implementation 'com.cognifide.aem:apm-bundle:4.3.0'
// https://jarcasting.com/artifacts/com.cognifide.aem/apm-bundle/
implementation ("com.cognifide.aem:apm-bundle:4.3.0")
'com.cognifide.aem:apm-bundle:jar:4.3.0'
<dependency org="com.cognifide.aem" name="apm-bundle" rev="4.3.0">
<artifact name="apm-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognifide.aem', module='apm-bundle', version='4.3.0')
)
libraryDependencies += "com.cognifide.aem" % "apm-bundle" % "4.3.0"
[com.cognifide.aem/apm-bundle "4.3.0"]