forked from Steven/DeepJ
Update 'Home'
parent
aa9082684b
commit
6181dbab13
46
Home.md
46
Home.md
@ -4,8 +4,50 @@
|
|||||||
|
|
||||||
KNOWN ISSUES # ADD LATER
|
KNOWN ISSUES # ADD LATER
|
||||||
# Usage/Setup
|
# Usage/Setup
|
||||||
Follow the instuctions on this page to add DeepJ to your project //NOT WORKING
|
### Gradle
|
||||||
[](https://jitpack.io/#tech.nevets.git.5gi/DeepJ)
|
|
||||||
|
Go to your build.gradle file and type:
|
||||||
|
|
||||||
|
```
|
||||||
|
repositories {
|
||||||
|
maven {
|
||||||
|
url "https://git.nevets.tech/api/packages/5gi/maven"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
and
|
||||||
|
|
||||||
|
```
|
||||||
|
dependencies {
|
||||||
|
implementation group: 'com.the5gi.deepj', name: 'DeepJ', version: 'VERSION'
|
||||||
|
}
|
||||||
|
```
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Maven
|
||||||
|
|
||||||
|
Go to your pom.xml file and type:
|
||||||
|
|
||||||
|
```
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>gitea</id>
|
||||||
|
<url>https://git.nevets.tech/api/packages/5gi/maven</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
```
|
||||||
|
and
|
||||||
|
```
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.the5gi.deepj</groupId>
|
||||||
|
<artifactId>DeepJ</artifactId>
|
||||||
|
<version>1.2.5</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
```
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
Create a new Translator:
|
Create a new Translator:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user