GroupId | GroupIdcom.adobe.dx |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.10 |
Type | Typejar |
Filename | Size |
---|---|
core-0.0.10.pom | |
core-0.0.10.jar | 27 KB |
core-0.0.10-sources.jar | 19 KB |
core-0.0.10-source-release.zip | 31 KB |
core-0.0.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.dx/core/
implementation 'com.adobe.dx:core:0.0.10'
// https://jarcasting.com/artifacts/com.adobe.dx/core/
implementation ("com.adobe.dx:core:0.0.10")
'com.adobe.dx:core:jar:0.0.10'
<dependency org="com.adobe.dx" name="core" rev="0.0.10">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.dx', module='core', version='0.0.10')
)
libraryDependencies += "com.adobe.dx" % "core" % "0.0.10"
[com.adobe.dx/core "0.0.10"]