jar

net.lightoze.gwt-i18n-server : gwt-i18n-server

Maven & Gradle

Feb 19, 2019
38 stars

GWT I18n server-side implementation · A project to make GWT localization available on server side.

Table Of Contents

Latest Version

Download net.lightoze.gwt-i18n-server : gwt-i18n-server JAR file - Latest Versions:

All Versions

Download net.lightoze.gwt-i18n-server : gwt-i18n-server JAR file - All Versions:

Version Vulnerabilities Size Updated
0.26
0.25
0.24
0.23
0.22
0.21
0.20
0.19
0.18

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 gwt-i18n-server-0.26.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.google.gwt.i18n.server.testing

├─ com.google.gwt.i18n.server.testing.Child.class - [JAR]

├─ com.google.gwt.i18n.server.testing.Gender.class - [JAR]

├─ com.google.gwt.i18n.server.testing.MockMessageCatalogContext.class - [JAR]

├─ com.google.gwt.i18n.server.testing.Parent.class - [JAR]

com.google.gwt.i18n.shared.impl

├─ com.google.gwt.i18n.shared.impl.DateRecord.class - [JAR]

com.google.gwt.i18n.rebind.keygen

├─ com.google.gwt.i18n.rebind.keygen.FullyQualifiedMethodNameKeyGenerator.class - [JAR]

├─ com.google.gwt.i18n.rebind.keygen.KeyGenerator.class - [JAR]

├─ com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator.class - [JAR]

├─ com.google.gwt.i18n.rebind.keygen.MethodNameKeyGenerator.class - [JAR]

├─ com.google.gwt.i18n.rebind.keygen.package-info.class - [JAR]

com.google.gwt.i18n.client

├─ com.google.gwt.i18n.client.AutoDirectionHandler.class - [JAR]

├─ com.google.gwt.i18n.client.BidiPolicy.class - [JAR]

├─ com.google.gwt.i18n.client.BidiUtils.class - [JAR]

├─ com.google.gwt.i18n.client.Constants.class - [JAR]

├─ com.google.gwt.i18n.client.ConstantsWithLookup.class - [JAR]

├─ com.google.gwt.i18n.client.CurrencyData.class - [JAR]

├─ com.google.gwt.i18n.client.CurrencyList.class - [JAR]

├─ com.google.gwt.i18n.client.CustomDateTimeFormat.class - [JAR]

├─ com.google.gwt.i18n.client.DateTimeConstantsAdapter.class - [JAR]

├─ com.google.gwt.i18n.client.DateTimeFormat.class - [JAR]

├─ com.google.gwt.i18n.client.DateTimeFormatInfo.class - [JAR]

├─ com.google.gwt.i18n.client.DateTimeFormatInfoAdapter.class - [JAR]

├─ com.google.gwt.i18n.client.DefaultCurrencyData.class - [JAR]

├─ com.google.gwt.i18n.client.DefaultDateTimeFormatInfo.class - [JAR]

├─ com.google.gwt.i18n.client.DefaultLocalizedNames.class - [JAR]

├─ com.google.gwt.i18n.client.DefaultLocalizedNamesBase.class - [JAR]

├─ com.google.gwt.i18n.client.Dictionary.class - [JAR]

├─ com.google.gwt.i18n.client.HasDirection.class - [JAR]

├─ com.google.gwt.i18n.client.LocaleInfo.class - [JAR]

├─ com.google.gwt.i18n.client.Localizable.class - [JAR]

├─ com.google.gwt.i18n.client.LocalizableResource.class - [JAR]

├─ com.google.gwt.i18n.client.LocalizedNames.class - [JAR]

├─ com.google.gwt.i18n.client.Messages.class - [JAR]

├─ com.google.gwt.i18n.client.NumberFormat.class - [JAR]

├─ com.google.gwt.i18n.client.PluralRule.class - [JAR]

├─ com.google.gwt.i18n.client.TimeZone.class - [JAR]

├─ com.google.gwt.i18n.client.TimeZoneInfo.class - [JAR]

├─ com.google.gwt.i18n.client.package-info.class - [JAR]

com.google.gwt.i18n.client.constants

├─ com.google.gwt.i18n.client.constants.CurrencyCodeMapConstants.class - [JAR]

├─ com.google.gwt.i18n.client.constants.DateTimeConstants.class - [JAR]

├─ com.google.gwt.i18n.client.constants.DateTimeConstantsImpl.class - [JAR]

├─ com.google.gwt.i18n.client.constants.LocaleConstants.class - [JAR]

├─ com.google.gwt.i18n.client.constants.NumberConstants.class - [JAR]

├─ com.google.gwt.i18n.client.constants.NumberConstantsImpl.class - [JAR]

├─ com.google.gwt.i18n.client.constants.TimeZoneConstants.class - [JAR]

├─ com.google.gwt.i18n.client.constants.package-info.class - [JAR]

net.lightoze.gwt.i18n.server

├─ net.lightoze.gwt.i18n.server.ConstantsProxy.class - [JAR]

├─ net.lightoze.gwt.i18n.server.ConstantsWithLookupProxy.class - [JAR]

├─ net.lightoze.gwt.i18n.server.FallbackChainLocaleProvider.class - [JAR]

├─ net.lightoze.gwt.i18n.server.I18nFilter.class - [JAR]

├─ net.lightoze.gwt.i18n.server.LocaleProvider.class - [JAR]

├─ net.lightoze.gwt.i18n.server.LocaleProxy.class - [JAR]

├─ net.lightoze.gwt.i18n.server.MessagesEncoderProxy.class - [JAR]

├─ net.lightoze.gwt.i18n.server.MessagesExporter.class - [JAR]

├─ net.lightoze.gwt.i18n.server.MessagesProxy.class - [JAR]

├─ net.lightoze.gwt.i18n.server.MessagesWithLookup.class - [JAR]

├─ net.lightoze.gwt.i18n.server.MessagesWithLookupProxy.class - [JAR]

├─ net.lightoze.gwt.i18n.server.ThreadLocalLocaleProvider.class - [JAR]

com.google.gwt.i18n.server.impl

├─ com.google.gwt.i18n.server.impl.ReflectionMessage.class - [JAR]

├─ com.google.gwt.i18n.server.impl.ReflectionMessageInterface.class - [JAR]

├─ com.google.gwt.i18n.server.impl.ReflectionUtils.class - [JAR]

net.lightoze.gwt.i18n

├─ net.lightoze.gwt.i18n.LocaleFactoryProvider.class - [JAR]

com.google.gwt.i18n.rebind.format

├─ com.google.gwt.i18n.rebind.format.MessageCatalogFormat.class - [JAR]

├─ com.google.gwt.i18n.rebind.format.PropertiesFormat.class - [JAR]

├─ com.google.gwt.i18n.rebind.format.package-info.class - [JAR]

com.google.gwt.safehtml.shared.annotations

├─ com.google.gwt.safehtml.shared.annotations.IsSafeHtml.class - [JAR]

├─ com.google.gwt.safehtml.shared.annotations.IsSafeUri.class - [JAR]

├─ com.google.gwt.safehtml.shared.annotations.IsTrustedResourceUri.class - [JAR]

├─ com.google.gwt.safehtml.shared.annotations.SuppressIsSafeHtmlCastCheck.class - [JAR]

├─ com.google.gwt.safehtml.shared.annotations.SuppressIsSafeUriCastCheck.class - [JAR]

├─ com.google.gwt.safehtml.shared.annotations.SuppressIsTrustedResourceUriCastCheck.class - [JAR]

com.google.gwt.i18n.linker

├─ com.google.gwt.i18n.linker.LocalePropertyProviderGenerator.class - [JAR]

com.google.gwt.i18n.server

├─ com.google.gwt.i18n.server.AbstractMessage.class - [JAR]

├─ com.google.gwt.i18n.server.AbstractMessageInterface.class - [JAR]

├─ com.google.gwt.i18n.server.AbstractParameter.class - [JAR]

├─ com.google.gwt.i18n.server.DefaultLanguageScripts.class - [JAR]

├─ com.google.gwt.i18n.server.DefaultVisitor.class - [JAR]

├─ com.google.gwt.i18n.server.FormVisitorDriver.class - [JAR]

├─ com.google.gwt.i18n.server.GwtLocaleFactoryImpl.class - [JAR]

├─ com.google.gwt.i18n.server.GwtLocaleImpl.class - [JAR]

├─ com.google.gwt.i18n.server.KeyGenerator.class - [JAR]

├─ com.google.gwt.i18n.server.KeyGeneratorAdapter.class - [JAR]

├─ com.google.gwt.i18n.server.Message.class - [JAR]

├─ com.google.gwt.i18n.server.MessageCatalogFactory.class - [JAR]

├─ com.google.gwt.i18n.server.MessageFormVisitor.class - [JAR]

├─ com.google.gwt.i18n.server.MessageFormatUtils.class - [JAR]

├─ com.google.gwt.i18n.server.MessageInterface.class - [JAR]

├─ com.google.gwt.i18n.server.MessageInterfaceVisitor.class - [JAR]

├─ com.google.gwt.i18n.server.MessageProcessingException.class - [JAR]

├─ com.google.gwt.i18n.server.MessageTranslation.class - [JAR]

├─ com.google.gwt.i18n.server.MessageUtils.class - [JAR]

├─ com.google.gwt.i18n.server.MessageVisitor.class - [JAR]

├─ com.google.gwt.i18n.server.Parameter.class - [JAR]

├─ com.google.gwt.i18n.server.PluralRuleAdapter.class - [JAR]

├─ com.google.gwt.i18n.server.PropertyCatalogFactory.class - [JAR]

├─ com.google.gwt.i18n.server.RegionInheritance.class - [JAR]

├─ com.google.gwt.i18n.server.StringMapMessageTranslation.class - [JAR]

├─ com.google.gwt.i18n.server.Type.class - [JAR]

├─ com.google.gwt.i18n.server.package-info.class - [JAR]

com.google.gwt.i18n.shared

├─ com.google.gwt.i18n.shared.AlternateMessageSelector.class - [JAR]

├─ com.google.gwt.i18n.shared.AnyRtlDirectionEstimator.class - [JAR]

├─ com.google.gwt.i18n.shared.BidiFormatter.class - [JAR]

├─ com.google.gwt.i18n.shared.BidiFormatterBase.class - [JAR]

├─ com.google.gwt.i18n.shared.BidiUtils.class - [JAR]

├─ com.google.gwt.i18n.shared.CustomDateTimeFormat.class - [JAR]

├─ com.google.gwt.i18n.shared.DateTimeFormat.class - [JAR]

├─ com.google.gwt.i18n.shared.DateTimeFormatInfo.class - [JAR]

├─ com.google.gwt.i18n.shared.DefaultDateTimeFormatInfo.class - [JAR]

├─ com.google.gwt.i18n.shared.DirectionEstimator.class - [JAR]

├─ com.google.gwt.i18n.shared.FirstStrongDirectionEstimator.class - [JAR]

├─ com.google.gwt.i18n.shared.GwtLocale.class - [JAR]

├─ com.google.gwt.i18n.shared.GwtLocaleFactory.class - [JAR]

├─ com.google.gwt.i18n.shared.HasDirectionEstimator.class - [JAR]

├─ com.google.gwt.i18n.shared.Localizable.class - [JAR]

├─ com.google.gwt.i18n.shared.SafeHtmlBidiFormatter.class - [JAR]

├─ com.google.gwt.i18n.shared.TimeZone.class - [JAR]

├─ com.google.gwt.i18n.shared.WordCountDirectionEstimator.class - [JAR]

├─ com.google.gwt.i18n.shared.package-info.class - [JAR]

com.google.gwt.safehtml.shared

├─ com.google.gwt.safehtml.shared.HtmlSanitizer.class - [JAR]

├─ com.google.gwt.safehtml.shared.OnlyToBeUsedInGeneratedCodeStringBlessedAsSafeHtml.class - [JAR]

├─ com.google.gwt.safehtml.shared.SafeHtml.class - [JAR]

├─ com.google.gwt.safehtml.shared.SafeHtmlBuilder.class - [JAR]

├─ com.google.gwt.safehtml.shared.SafeHtmlHostedModeUtils.class - [JAR]

├─ com.google.gwt.safehtml.shared.SafeHtmlString.class - [JAR]

├─ com.google.gwt.safehtml.shared.SafeHtmlUtils.class - [JAR]

├─ com.google.gwt.safehtml.shared.SafeUri.class - [JAR]

├─ com.google.gwt.safehtml.shared.SafeUriHostedModeUtils.class - [JAR]

├─ com.google.gwt.safehtml.shared.SafeUriString.class - [JAR]

├─ com.google.gwt.safehtml.shared.SimpleHtmlSanitizer.class - [JAR]

├─ com.google.gwt.safehtml.shared.UriUtils.class - [JAR]

├─ com.google.gwt.safehtml.shared.package-info.class - [JAR]

net.lightoze.gwt.i18n.client

├─ net.lightoze.gwt.i18n.client.LocaleFactory.class - [JAR]

com.google.gwt.i18n.server.keygen

├─ com.google.gwt.i18n.server.keygen.FullyQualifiedMethodNameKeyGenerator.class - [JAR]

├─ com.google.gwt.i18n.server.keygen.MD5KeyGenerator.class - [JAR]

├─ com.google.gwt.i18n.server.keygen.MethodNameKeyGenerator.class - [JAR]

├─ com.google.gwt.i18n.server.keygen.package-info.class - [JAR]

com.google.gwt.i18n.tools

├─ com.google.gwt.i18n.tools.ArgHandlerValueChooser.class - [JAR]

├─ com.google.gwt.i18n.tools.I18NCreator.class - [JAR]

├─ com.google.gwt.i18n.tools.I18NSync.class - [JAR]

com.google.gwt.i18n.client.impl

├─ com.google.gwt.i18n.client.impl.CldrImpl.class - [JAR]

├─ com.google.gwt.i18n.client.impl.CurrencyDataImpl.class - [JAR]

├─ com.google.gwt.i18n.client.impl.CurrencyDataJso.class - [JAR]

├─ com.google.gwt.i18n.client.impl.LocaleInfoImpl.class - [JAR]

com.google.gwt.i18n.rebind

├─ com.google.gwt.i18n.rebind.AbstractLocalizableImplCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.AbstractLocalizableInterfaceCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.AbstractLocalizableMethodCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.AbstractResource.class - [JAR]

├─ com.google.gwt.i18n.rebind.AnnotationUtil.class - [JAR]

├─ com.google.gwt.i18n.rebind.AnnotationsResource.class - [JAR]

├─ com.google.gwt.i18n.rebind.CachedGeneratorContext.class - [JAR]

├─ com.google.gwt.i18n.rebind.ConstantsImplCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.ConstantsInterfaceCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.ConstantsMapMethodCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.ConstantsStringArrayMethodCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.ConstantsWithLookupImplCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.CurrencyListGenerator.class - [JAR]

├─ com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator.class - [JAR]

├─ com.google.gwt.i18n.rebind.DateTimePatternGenerator.class - [JAR]

├─ com.google.gwt.i18n.rebind.KeyGenMessage.class - [JAR]

├─ com.google.gwt.i18n.rebind.KeyGenMessageInterface.class - [JAR]

├─ com.google.gwt.i18n.rebind.LocaleInfoContext.class - [JAR]

├─ com.google.gwt.i18n.rebind.LocaleInfoGenerator.class - [JAR]

├─ com.google.gwt.i18n.rebind.LocaleUtils.class - [JAR]

├─ com.google.gwt.i18n.rebind.LocalizableGenerator.class - [JAR]

├─ com.google.gwt.i18n.rebind.LocalizableLinkageCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.LocalizedPropertiesResource.class - [JAR]

├─ com.google.gwt.i18n.rebind.LookupMethodCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.MessageFormatParser.class - [JAR]

├─ com.google.gwt.i18n.rebind.MessagesImplCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.MessagesInterfaceCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.MessagesMethodCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.ResourceFactory.class - [JAR]

├─ com.google.gwt.i18n.rebind.ResourceFactoryContext.class - [JAR]

├─ com.google.gwt.i18n.rebind.SimpleValueMethodCreator.class - [JAR]

├─ com.google.gwt.i18n.rebind.TypeOracleMessage.class - [JAR]

├─ com.google.gwt.i18n.rebind.TypeOracleMessageInterface.class - [JAR]

├─ com.google.gwt.i18n.rebind.package-info.class - [JAR]

com.google.gwt.i18n.client.impl.plurals

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_01_n.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_0_1_2_n.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_0_1_n.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_1_0n.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_1_234_n.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_1_2_n.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_1_paucal_n.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_af.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_am.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ar.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_az.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_be.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_bg.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_bh.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_bn.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_bo.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_bs.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ca.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_cs.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_cy.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_da.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_de.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_dz.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_el.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_en.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_eo.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_es.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_et.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_eu.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_fa.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_fi.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_fil.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_fo.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_fr.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_fur.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_fy.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ga.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_gl.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_gu.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_guw.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ha.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_he.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_hi.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_hr.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_hu.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_id.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_is.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_it.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ja.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_jv.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ka.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_km.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_kn.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ko.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ku.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_lb.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ln.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_lt.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_lv.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_mg.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_mk.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ml.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_mn.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_mr.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ms.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_mt.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_nah.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_nb.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ne.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_nl.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_nn.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_no.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_nso.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_om.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_or.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_pa.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_pap.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_pl.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ps.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_pt.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_pt_br.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ro.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ru.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_se.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_sk.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_sl.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_smi.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_smj.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_sms.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_so.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_sq.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_sr.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_sv.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_sw.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ta.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_te.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_th.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ti.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_tk.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_tr.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_uk.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_ur.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_vi.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_wa.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_x1_x234_n.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_zh.class - [JAR]

├─ com.google.gwt.i18n.client.impl.plurals.DefaultRule_zu.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

Nov 22, 2015
1 usages
16 stars
Nov 22, 2015
Jun 26, 2016
2 stars
Jan 24, 2016
0 stars
Nov 18, 2015
223 stars
Nov 16, 2015
3 stars
Oct 25, 2018
3 usages
1 stars
Oct 25, 2018
1 usages
1 stars