forked from Steven/DeepJ
Update 'Home'
parent
aa9082684b
commit
6181dbab13
46
Home.md
46
Home.md
@ -4,8 +4,50 @@
|
||||
|
||||
KNOWN ISSUES # ADD LATER
|
||||
# Usage/Setup
|
||||
Follow the instuctions on this page to add DeepJ to your project //NOT WORKING
|
||||
[](https://jitpack.io/#tech.nevets.git.5gi/DeepJ)
|
||||
### Gradle
|
||||
|
||||
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user