Skip to content

MPDL/java-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-connector

Ein .jar library which offers the quickest and the most convenient way to use diverse mpdl services.


Usage:

Using mpdl screenshot service(eg.) by doing

Connector.getScreenshotService().captureFromURL("serviceTargetURL", "url", "outputFormat", "outputSize", "crop")

Download:

The java-connector can be downloaded manually or via maven.

####Downloads 0.1

####Downloading with Maven: Dependency configuration would be as follows

<dependency>
    <groupId>de.mpg.mpdl.service.connector</groupId>
    <artifactId>java-connector</artifactId>
    <version>0.1</version>
</dependency>

and add the following repository definition tou your pom.xml in repositories section

<repository>
    <id>nexus</id>
    <name>Max Planck Digital Library Maven Repository</name>
    <url>http://rd.mpdl.mpg.de/nexus/content/groups/public</url>
</repository>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages