| License |
License |
|---|---|
| GroupId | GroupIdcom.adobe.acrobat |
| ArtifactId | ArtifactIdacrobat |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAcrobat Viewer for JavaBean
The Java Viewer can be used for custom Java development by integrating it into your products using the viewer classes in the bean interface.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| acrobat-1.1.pom | |
| acrobat-1.1.jar | 1 MB |
| acrobat-1.1-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.acrobat/acrobat/ -->
<dependency>
<groupId>com.adobe.acrobat</groupId>
<artifactId>acrobat</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.acrobat/acrobat/
implementation 'com.adobe.acrobat:acrobat:1.1'
// https://jarcasting.com/artifacts/com.adobe.acrobat/acrobat/
implementation ("com.adobe.acrobat:acrobat:1.1")
'com.adobe.acrobat:acrobat:jar:1.1'
<dependency org="com.adobe.acrobat" name="acrobat" rev="1.1">
<artifact name="acrobat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.acrobat', module='acrobat', version='1.1')
)
libraryDependencies += "com.adobe.acrobat" % "acrobat" % "1.1"
[com.adobe.acrobat/acrobat "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| mrj : MRJToolkitStubs | jar | 1.0 |