GroupId | GroupIdcom.adobe.granite |
---|---|
ArtifactId | ArtifactIdcrx2oak |
Version | Version1.6.10 |
Type | Typejar |
Filename | Size |
---|---|
crx2oak-1.6.10.pom | |
crx2oak-1.6.10.jar | 291 KB |
crx2oak-1.6.10-sources.jar | 196 KB |
crx2oak-1.6.10-javadoc.jar | 770 KB |
crx2oak-1.6.10-all-in-one.jar | 33 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.granite/crx2oak/ -->
<dependency>
<groupId>com.adobe.granite</groupId>
<artifactId>crx2oak</artifactId>
<version>1.6.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.granite/crx2oak/
implementation 'com.adobe.granite:crx2oak:1.6.10'
// https://jarcasting.com/artifacts/com.adobe.granite/crx2oak/
implementation ("com.adobe.granite:crx2oak:1.6.10")
'com.adobe.granite:crx2oak:jar:1.6.10'
<dependency org="com.adobe.granite" name="crx2oak" rev="1.6.10">
<artifact name="crx2oak" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.granite', module='crx2oak', version='1.6.10')
)
libraryDependencies += "com.adobe.granite" % "crx2oak" % "1.6.10"
[com.adobe.granite/crx2oak "1.6.10"]