interlibrary-doi
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.xbib</groupId>
<artifactId>interlibrary-doi</artifactId>
<version>2.4.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.xbib</groupId>
<artifactId>interlibrary-doi</artifactId>
<version>2.4.0</version>
<name>interlibrary-doi</name>
<description>Interlibrary for Java</description>
<url>https://github.com/xbib/interlibrary</url>
<inceptionYear>2017</inceptionYear>
<organization>
<name>xbib</name>
<url>http://xbib.org</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>xbib</id>
<name>Jörg Prante</name>
<email>joergprante@gmail.com</email>
<url>https://github.com/jprante</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/xbib/interlibrary.git</connection>
<developerConnection>scm:git:git://github.com/xbib/interlibrary.git</developerConnection>
<url>https://github.com/xbib/interlibrary</url>
</scm>
<dependencies>
<dependency>
<groupId>org.xbib</groupId>
<artifactId>interlibrary-common</artifactId>
<version>2.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.5.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>