Added .m2 folder

This commit is contained in:
2023-10-19 14:55:59 +02:00
parent ba4f673b33
commit 94841966ab
6521 changed files with 243785 additions and 1 deletions
@@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Sun Aug 20 00:25:21 CEST 2023
oz-generic-levenshtein-0.4.0-sources.jar>central=
oz-generic-levenshtein-0.4.0.jar>central=
oz-generic-levenshtein-0.4.0.pom>central=
@@ -0,0 +1,7 @@
#Sun Aug 20 00:25:21 CEST 2023
ltl-snapshots|http\://basa.ltl.uni-due.de\:34001/artifactory/snapshots|sources=1692483921815
ukp-oss-model-releases|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local|sources=1692483921815
ukp-oss-snapshots|http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/|sources=1692483921815
ltl-model|http\://basa.ltl.uni-due.de\:34001/artifactory/models|sources=1692483921815
central|https\://repo.maven.apache.org/maven2|sources=1692483921815
ltl-releases|http\://basa.ltl.uni-due.de\:34001/artifactory/releases|sources=1692483921815
@@ -0,0 +1,11 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Sun Aug 20 00:25:21 CEST 2023
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692483821143
https\://repo.maven.apache.org/maven2/.lastUpdated=1692483921815
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692483720923
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692483921268
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact de.linuxusers.levenshtein\:oz-generic-levenshtein\:jar\:sources\:0.4.0 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact de.linuxusers.levenshtein\:oz-generic-levenshtein\:jar\:sources\:0.4.0 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692483721042
@@ -0,0 +1 @@
a10dcee980459d96df27c59d73a127f3aa104a9e
@@ -0,0 +1,11 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Aug 18 23:56:20 CEST 2023
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692393182747
https\://repo.maven.apache.org/maven2/.lastUpdated=1692395780000
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692391079530
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692395300420
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact de.linuxusers.levenshtein\:oz-generic-levenshtein\:jar\:0.4.0 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact de.linuxusers.levenshtein\:oz-generic-levenshtein\:jar\:0.4.0 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692391080777
@@ -0,0 +1 @@
cdd5a8ec7a9179662365ca672df62d1d9fea6762
@@ -0,0 +1,41 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.linuxusers.levenshtein</groupId>
<artifactId>oz-generic-levenshtein</artifactId>
<version>0.4.0</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://niels.drni.de/s9y/pages/generic-levenshtein.html</url>
<developerConnection>http://niels.drni.de/n3files/generic-levenshtein/ozGenericLevenshtein-src-0.4.0.zip</developerConnection>
</scm>
<developers>
<developer>
<name>Niels Ott</name>
</developer>
<developer>
<name>Ramon Ziai</name>
</developer>
</developers>
<name>GenericLevenshtein</name>
<description>YET ANOTHER IMPLEMENTATION OF LEVENSHTEIN DISTANCE
GenericLevenshtein is an implementation of Minimum Edit Distance, also called Levenshtein Distance, written by Ramon Ziai and Niels Ott. This algorithm is very popular and it is often used to compute the similarity of strings. The difference in the presented implementation is that it can operate on sequences of any Java object implementing equals(Object). So no matter if you want to compare genome sequences or sequences of numbers, or just strings, here you go!
Furthermore, the costs of the replace, insert, and delete operations can be customized by implementing the simple WeightCalculator&lt;T&gt; interface. In that case it is not a requirement to rely on equals(Object) as your implementation can do whatever you like it to do in oder to compare objects.</description>
<url>http://niels.drni.de/s9y/pages/generic-levenshtein.html</url>
</project>
@@ -0,0 +1,11 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Aug 18 19:16:00 CEST 2023
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692378860372
https\://repo.maven.apache.org/maven2/.lastUpdated=1692378960643
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692378760083
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692378960496
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact de.linuxusers.levenshtein\:oz-generic-levenshtein\:pom\:0.4.0 from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact de.linuxusers.levenshtein\:oz-generic-levenshtein\:pom\:0.4.0 from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692378760235
@@ -0,0 +1 @@
fd552ebc7b786e881ee5b7bf5b698f3d22cef3fb