README
This commit is contained in:
parent
ec98483d9f
commit
59c4d79955
1 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,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.3"
|
"org.xbib:marc:1.0.4"
|
||||||
```
|
```
|
||||||
|
|
||||||
or with Maven
|
or with Maven
|
||||||
|
@ -170,7 +170,7 @@ or with Maven
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.xbib</groupId>
|
<groupId>org.xbib</groupId>
|
||||||
<artifactId>marc</artifactId>
|
<artifactId>marc</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue