8000 GitHub - kartik1998/editdistance: Sample Java package for reference to push maven packages to github
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kartik1998/editdistance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edit Distance Maven Package

A sample maven package published on github to calculate the edit distance between two strings.
Add this to your pom.xml
<dependency>
  <groupId>com.github.kartik1998</groupId>
  <artifactId>editdistance</artifactId>
  <version>0.0.1</version>
</dependency>
Please also add the xml block below in your pom.xml file to use the package.
 <repositories>
   <repository>
     <id>github</id>
     <url>https://maven.pkg.github.com/kartik1998</url>
     <snapshots>
       <enabled>true</enabled>
     </snapshots>
   </repository>
 </repositories>

About

Sample Java package for reference to push maven packages to github

Resources

Stars

Watchers

Forks

3C03

Releases

No releases published

Packages

 
 
 

Languages

0