jar

io.github.gobsex : a-matcher

Maven & Gradle

Oct 16, 2022
1 stars

a-matcher · Library for matching objects with flexible setting

Table Of Contents

Latest Version

Download io.github.gobsex : a-matcher JAR file - Latest Versions:

All Versions

Download io.github.gobsex : a-matcher JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window a-matcher-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.gobsex.matcher

├─ io.github.gobsex.matcher.Matcher.class - [JAR]

├─ io.github.gobsex.matcher.StringSimilarityMatcher.class - [JAR]

io.github.gobsex.comparators.strategy

├─ io.github.gobsex.comparators.strategy.ComparingAlgorithm.class - [JAR]

├─ io.github.gobsex.comparators.strategy.WordsComparingStrategy.class - [JAR]

io.github.gobsex.filter

├─ io.github.gobsex.filter.Filter.class - [JAR]

├─ io.github.gobsex.filter.ThresholdFilter.class - [JAR]

io.github.gobsex.result

├─ io.github.gobsex.result.SimilarityRecord.class - [JAR]

├─ io.github.gobsex.result.SimilarityResult.class - [JAR]

io.github.gobsex.comparators

├─ io.github.gobsex.comparators.Comparator.class - [JAR]

├─ io.github.gobsex.comparators.StringComboComparator.class - [JAR]

├─ io.github.gobsex.comparators.StringJaroWinklerComparator.class - [JAR]