This commit is contained in:
Jörg Prante 2016-09-21 11:36:28 +02:00
parent d6314e1f06
commit ffcb74abcf

View file

@ -99,7 +99,7 @@ it is recommended to use http://github.com/xbib/bibliographic-character-sets if
You can use the library with Gradle You can use the library with Gradle
``` ```
"org.xbib:marc:1.0.1" "org.xbib:marc:1.0.2"
``` ```
or with Maven or with Maven
@ -108,7 +108,7 @@ or with Maven
<dependency> <dependency>
<groupId>org.xbib</groupId> <groupId>org.xbib</groupId>
<artifactId>marc</artifactId> <artifactId>marc</artifactId>
<version>1.0.1</version> <version>1.0.2</version>
</dependency> </dependency>
``` ```