Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ml4j/ml4j-quickstart
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
michaellavelle committed Feb 20, 2020
2 parents 0757eda + b11bfd4 commit 52d9d2d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,18 @@ Download the jar though Maven:

```xml
<repository>
<id>ml4j-snapshots</id>
<url>https://raw.githubusercontent.com/ml4j/mvn-repository/master/snapshots
</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>ml4j-snapshots</id>
<url>https://raw.githubusercontent.com/ml4j/mvn-repository/master/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
```

```xml
<dependency>
<groupId>org.ml4j</groupId>
<artifactId>ml4j-quickstart</artifactId>
<version>2.0.0-SNAPSHOT</version>
<groupId>org.ml4j</groupId>
<artifactId>ml4j-quickstart</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
```

0 comments on commit 52d9d2d

Please sign in to comment.