About
A java based Anime crawler API.
Currently the API is under development and is used by my AnimuDownloaderu project.
Follow the below steps to add this API into your maven project.
-
Add gitlab-maven repository
<repositories>
<repository>
<id>gitlab-maven</id>
<url>https://gitlab.com/api/v4/projects/14189257/packages/maven</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitlab-maven</id>
<url>https://gitlab.com/api/v4/projects/14189257/packages/maven</url>
</repository>
<snapshotRepository>
<id>gitlab-maven</id>
<url>https://gitlab.com/api/v4/projects/14189257/packages/maven</url>
</snapshotRepository>
</distributionManagement>
- Add Maven dependency
<dependency>
<groupId>com.codingotaku.api</groupId>
<artifactId>anime-crawler-api</artifactId>
<version>0.1</version>
</dependency>
JavaDoc coming soon!