GroupId | GroupIdcom.adobe.dx |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.12 |
Type | Typejar |
Filename | Size |
---|---|
core-0.0.12.pom | |
core-0.0.12.jar | 24 KB |
core-0.0.12-sources.jar | 17 KB |
core-0.0.12-source-release.zip | 30 KB |
core-0.0.12-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.dx/core/ -->
<dependency>
<groupId>com.adobe.dx</groupId>
<artifactId>core</artifactId>
<version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.dx/core/
implementation 'com.adobe.dx:core:0.0.12'
// https://jarcasting.com/artifacts/com.adobe.dx/core/
implementation ("com.adobe.dx:core:0.0.12")
'com.adobe.dx:core:jar:0.0.12'
<dependency org="com.adobe.dx" name="core" rev="0.0.12">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.dx', module='core', version='0.0.12')
)
libraryDependencies += "com.adobe.dx" % "core" % "0.0.12"
[com.adobe.dx/core "0.0.12"]