jar

com.guicedee.services : commons-text

Maven & Gradle

Feb 10, 2022
7 usages

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

Table Of Contents

Latest Version

Download com.guicedee.services : commons-text JAR file - Latest Versions:

All Versions

Download com.guicedee.services : commons-text JAR file - All Versions:

Version Vulnerabilities Size Updated
62
1.2.x
1.1.x
1.0.x
0.70.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-1.2.2.1-jre17.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.DnsStringLookup.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.InetAddressKeys.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.IntersectionResult.class - [JAR]

├─ org.apache.commons.text.similarity.IntersectionSimilarity.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.JaroWinklerSimilarity.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.javadoc.gen

├─ org.apache.commons.text.javadoc.gen.Dummy.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.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.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

├─ 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

Dependencies from Group

Feb 10, 2022
136 usages
Feb 10, 2022
34 usages
241 stars
Feb 10, 2022
23 usages
2.2k stars
Feb 10, 2022
22 usages
104 stars

Discover Dependencies

Oct 31, 2019
3 usages
6 stars
Oct 31, 2019
3 usages
6 stars
Feb 13, 2020
6 usages
693 stars
Jul 19, 2023
4 usages
762 stars
Jul 19, 2023
8 usages
762 stars
Mar 20, 2023
3 usages
552 stars
Jun 03, 2023
3 usages
Aug 21, 2023
3 usages