forked from 5gi/DeepJ
		
	Update 'README.md'
This commit is contained in:
		
							parent
							
								
									4c84fd5a98
								
							
						
					
					
						commit
						c00f4b1a2d
					
				
							
								
								
									
										58
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										58
									
								
								README.md
									
									
									
									
									
								
							@ -1,24 +1,56 @@
 | 
				
			|||||||
# DeepJ
 | 
					# DeepJ
 | 
				
			||||||
█▀█ █▀█ █ █▀▀ █ █▄ █ ▄▀█ █  
 | 
					> Quick Setup
 | 
				
			||||||
█▄█ █▀▄ █ █▄█ █ █ ▀█ █▀█ █▄▄
 | 
					<details><summary>Gradle</summary>
 | 
				
			||||||
 | 
						<p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
█▄▄ █▄█                                     
 | 
					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'
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					</p>
 | 
				
			||||||
 | 
					</details>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
█   █ █▀█ █▀█ ▄▀█ ▀█▀ █▀▀ █▀█                               
 | 
					<details><summary>Maven</summary>
 | 
				
			||||||
█▄█ █▀▀ █▄█ █▀█    █    ██▄ █▄█        
 | 
						<p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
█▄▄ █▄█                       
 | 
					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>
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					</p>
 | 
				
			||||||
 | 
					</details>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					> Info
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[To see more details, see the wiki](https://git.nevets.tech/5gi/DeepJ/wiki/Home#user-content-usage-setup).
 | 
				
			||||||
________________________________________
 | 
					________________________________________
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DeepJ is a Java Wrapper for the DeepL Free Public API. This was originally made by Steven (Forked From) and Updated by 5gi
 | 
					DeepJ is a Java Wrapper for the DeepL Free Public API. This was originally made by Steven (Forked From) and Updated by 5gi
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user