Skip to content

Commit

Permalink
added javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lpapailiou committed Sep 17, 2020
1 parent bcd3b2c commit b116419
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ Just add the jar as external library.
### From a Maven dependency
Add following snippets to your ``pom.xml`` file:

``<repositories>
<repository>
<id>neuralnetwork</id>
<url>https://github.com/lpapailiou/neuralnetwork/raw/master</url>
</repository>
</repositories>``
``<repositories>
<repository>
<id>neuralnetwork</id>
<url>https://github.com/lpapailiou/neuralnetwork/raw/master</url>
</repository>
</repositories>``

``<dependencies>
<dependency>
<groupId>neuralnetwork</groupId>
<artifactId>maven-repo</artifactId>
<version>1.1</version>
</dependency>
</dependencies>``
``<dependencies>
<dependency>
<groupId>neuralnetwork</groupId>
<artifactId>maven-repo</artifactId>
<version>1.1</version>
</dependency>
</dependencies>``

0 comments on commit b116419

Please sign in to comment.