jar

com.jwebmp.jpms.commons : commons-text

Maven & Gradle

Aug 09, 2019
6 usages

Apache Commons Text · Apache Commons Text is a library focused on algorithms working on strings.

Table Of Contents

Latest Version

Download com.jwebmp.jpms.commons : commons-text JAR file - Latest Versions:

All Versions

Download com.jwebmp.jpms.commons : commons-text JAR file - All Versions:

Version Vulnerabilities Size Updated
0.68.x
0.67.x

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 commons-text-0.68.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.commons.text.lookup

├─ org.apache.commons.text.lookup.AbstractStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.Base64DecoderStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.Base64EncoderStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.ConstantStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.DateStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.DefaultStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.EnvironmentVariableStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.FileStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.IllegalArgumentExceptions.class - [JAR]

├─ org.apache.commons.text.lookup.InterpolatorStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.JavaPlatformStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.LocalHostStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.MapStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.NullStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.PropertiesStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.ResourceBundleStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.ScriptStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.StringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.StringLookupFactory.class - [JAR]

├─ org.apache.commons.text.lookup.SystemPropertyStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.UrlDecoderStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.UrlEncoderStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.UrlStringLookup.class - [JAR]

├─ org.apache.commons.text.lookup.XmlStringLookup.class - [JAR]

org.apache.commons.text.similarity

├─ org.apache.commons.text.similarity.CosineDistance.class - [JAR]

├─ org.apache.commons.text.similarity.CosineSimilarity.class - [JAR]

├─ org.apache.commons.text.similarity.Counter.class - [JAR]

├─ org.apache.commons.text.similarity.EditDistance.class - [JAR]

├─ org.apache.commons.text.similarity.EditDistanceFrom.class - [JAR]

├─ org.apache.commons.text.similarity.FuzzyScore.class - [JAR]

├─ org.apache.commons.text.similarity.HammingDistance.class - [JAR]

├─ org.apache.commons.text.similarity.JaccardDistance.class - [JAR]

├─ org.apache.commons.text.similarity.JaccardSimilarity.class - [JAR]

├─ org.apache.commons.text.similarity.JaroWinklerDistance.class - [JAR]

├─ org.apache.commons.text.similarity.LevenshteinDetailedDistance.class - [JAR]

├─ org.apache.commons.text.similarity.LevenshteinDistance.class - [JAR]

├─ org.apache.commons.text.similarity.LevenshteinResults.class - [JAR]

├─ org.apache.commons.text.similarity.LongestCommonSubsequence.class - [JAR]

├─ org.apache.commons.text.similarity.LongestCommonSubsequenceDistance.class - [JAR]

├─ org.apache.commons.text.similarity.RegexTokenizer.class - [JAR]

├─ org.apache.commons.text.similarity.SimilarityScore.class - [JAR]

├─ org.apache.commons.text.similarity.SimilarityScoreFrom.class - [JAR]

├─ org.apache.commons.text.similarity.Tokenizer.class - [JAR]

org.apache.commons.text.matcher

├─ org.apache.commons.text.matcher.AbstractStringMatcher.class - [JAR]

├─ org.apache.commons.text.matcher.StringMatcher.class - [JAR]

├─ org.apache.commons.text.matcher.StringMatcherFactory.class - [JAR]

org.apache.commons.text.translate

├─ org.apache.commons.text.translate.AggregateTranslator.class - [JAR]

├─ org.apache.commons.text.translate.CharSequenceTranslator.class - [JAR]

├─ org.apache.commons.text.translate.CodePointTranslator.class - [JAR]

├─ org.apache.commons.text.translate.CsvTranslators.class - [JAR]

├─ org.apache.commons.text.translate.EntityArrays.class - [JAR]

├─ org.apache.commons.text.translate.JavaUnicodeEscaper.class - [JAR]

├─ org.apache.commons.text.translate.LookupTranslator.class - [JAR]

├─ org.apache.commons.text.translate.NumericEntityEscaper.class - [JAR]

├─ org.apache.commons.text.translate.NumericEntityUnescaper.class - [JAR]

├─ org.apache.commons.text.translate.OctalUnescaper.class - [JAR]

├─ org.apache.commons.text.translate.SinglePassTranslator.class - [JAR]

├─ org.apache.commons.text.translate.UnicodeEscaper.class - [JAR]

├─ org.apache.commons.text.translate.UnicodeUnescaper.class - [JAR]

├─ org.apache.commons.text.translate.UnicodeUnpairedSurrogateRemover.class - [JAR]

org.apache.commons.text.diff

├─ org.apache.commons.text.diff.CommandVisitor.class - [JAR]

├─ org.apache.commons.text.diff.DeleteCommand.class - [JAR]

├─ org.apache.commons.text.diff.EditCommand.class - [JAR]

├─ org.apache.commons.text.diff.EditScript.class - [JAR]

├─ org.apache.commons.text.diff.InsertCommand.class - [JAR]

├─ org.apache.commons.text.diff.KeepCommand.class - [JAR]

├─ org.apache.commons.text.diff.ReplacementsFinder.class - [JAR]

├─ org.apache.commons.text.diff.ReplacementsHandler.class - [JAR]

├─ org.apache.commons.text.diff.StringsComparator.class - [JAR]

org.apache.commons.text

├─ org.apache.commons.text.AlphabetConverter.class - [JAR]

├─ org.apache.commons.text.Builder.class - [JAR]

├─ org.apache.commons.text.CaseUtils.class - [JAR]

├─ org.apache.commons.text.CharacterPredicate.class - [JAR]

├─ org.apache.commons.text.CharacterPredicates.class - [JAR]

├─ org.apache.commons.text.CompositeFormat.class - [JAR]

├─ org.apache.commons.text.ExtendedMessageFormat.class - [JAR]

├─ org.apache.commons.text.FormatFactory.class - [JAR]

├─ org.apache.commons.text.FormattableUtils.class - [JAR]

├─ org.apache.commons.text.RandomStringGenerator.class - [JAR]

├─ org.apache.commons.text.StrBuilder.class - [JAR]

├─ org.apache.commons.text.StrLookup.class - [JAR]

├─ org.apache.commons.text.StrMatcher.class - [JAR]

├─ org.apache.commons.text.StrSubstitutor.class - [JAR]

├─ org.apache.commons.text.StrTokenizer.class - [JAR]

├─ org.apache.commons.text.StringEscapeUtils.class - [JAR]

├─ org.apache.commons.text.StringSubstitutor.class - [JAR]

├─ org.apache.commons.text.StringTokenizer.class - [JAR]

├─ org.apache.commons.text.TextRandomProvider.class - [JAR]

├─ org.apache.commons.text.TextStringBuilder.class - [JAR]

├─ org.apache.commons.text.WordUtils.class - [JAR]

Advertisement