All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download roman-numeral-converter JAR 3.6.0 with all dependencies


Library for converting roman numerals to arabic and vice versa.

Files of the artifact roman-numeral-converter version 3.6.0 from the group com.github.chaosfirebolt.converter.

Test

Download roman-numeral-converter (3.6.0)
Artifact roman-numeral-converter
Group com.github.chaosfirebolt.converter
Version 3.6.0
Last update 07. December 2024
Tags: vice library converting arabic roman numerals versa
Organization not specified
URL https://github.com/Chaosfirebolt/RomanNumeralConverter
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of roman-numeral-converter Show documentation

Please rate this JAR file. Is it a good library?

6 downloads

Source code of roman-numeral-converter version 3.6.0

META-INF
META-INF.META-INF.LICENSE
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.github.chaosfirebolt.converter.roman-numeral-converter
META-INF.maven.com.github.chaosfirebolt.converter.roman-numeral-converter.META-INF.maven.com.github.chaosfirebolt.converter.roman-numeral-converter.pom.properties
META-INF.maven.com.github.chaosfirebolt.converter.roman-numeral-converter.META-INF.maven.com.github.chaosfirebolt.converter.roman-numeral-converter.pom.xml
com.github.chaosfirebolt.converter
com.github.chaosfirebolt.converter.com.github.chaosfirebolt.converter.ArabicParser
com.github.chaosfirebolt.converter.com.github.chaosfirebolt.converter.BaseParser
com.github.chaosfirebolt.converter.com.github.chaosfirebolt.converter.BiDirectionalMapRomanIntegerCache
com.github.chaosfirebolt.converter.com.github.chaosfirebolt.converter.BiDirectionalRomanIntegerCache
com.github.chaosfirebolt.converter.com.github.chaosfirebolt.converter.DefaultRomanIntegerCache
com.github.chaosfirebolt.converter.com.github.chaosfirebolt.converter.DelegatingParser
com.github.chaosfirebolt.converter.com.github.chaosfirebolt.converter.MapRomanIntegerCache
com.github.chaosfirebolt.converter.com.github.chaosfirebolt.converter.NoOpRomanIntegerCache
com.github.chaosfirebolt.converter.com.github.chaosfirebolt.converter.Parser
com.github.chaosfirebolt.converter.com.github.chaosfirebolt.converter.RomanInteger
com.github.chaosfirebolt.converter.com.github.chaosfirebolt.converter.RomanParser
com.github.chaosfirebolt.converter.com.github.chaosfirebolt.converter.UniDirectionalRomanIntegerCache
com.github.chaosfirebolt.converter.api
com.github.chaosfirebolt.converter.api.com.github.chaosfirebolt.converter.api.InvalidResultException
com.github.chaosfirebolt.converter.api.com.github.chaosfirebolt.converter.api.OperationFailure
com.github.chaosfirebolt.converter.api.cache
com.github.chaosfirebolt.converter.api.cache.com.github.chaosfirebolt.converter.api.cache.BaseCache
com.github.chaosfirebolt.converter.api.cache.com.github.chaosfirebolt.converter.api.cache.Cache
com.github.chaosfirebolt.converter.api.cache.com.github.chaosfirebolt.converter.api.cache.DefaultCache
com.github.chaosfirebolt.converter.api.cache.com.github.chaosfirebolt.converter.api.cache.DefaultParserCache
com.github.chaosfirebolt.converter.api.cache.com.github.chaosfirebolt.converter.api.cache.Extraction
com.github.chaosfirebolt.converter.api.cache.com.github.chaosfirebolt.converter.api.cache.MapCache
com.github.chaosfirebolt.converter.api.cache.com.github.chaosfirebolt.converter.api.cache.MapParserCache
com.github.chaosfirebolt.converter.api.cache.com.github.chaosfirebolt.converter.api.cache.NoOpCache
com.github.chaosfirebolt.converter.api.cache.com.github.chaosfirebolt.converter.api.cache.ParserCache
com.github.chaosfirebolt.converter.api.cache.com.github.chaosfirebolt.converter.api.cache.RomanIntegerCache
com.github.chaosfirebolt.converter.api.cache.com.github.chaosfirebolt.converter.api.cache.RomanIntegerCacheFactory
com.github.chaosfirebolt.converter.api.cache.storage
com.github.chaosfirebolt.converter.api.cache.storage.com.github.chaosfirebolt.converter.api.cache.storage.Computation
com.github.chaosfirebolt.converter.api.cache.storage.com.github.chaosfirebolt.converter.api.cache.storage.DefensiveCopyMapFactory
com.github.chaosfirebolt.converter.api.cache.storage.com.github.chaosfirebolt.converter.api.cache.storage.FunctionAdapter
com.github.chaosfirebolt.converter.api.cache.storage.com.github.chaosfirebolt.converter.api.cache.storage.MapStorage
com.github.chaosfirebolt.converter.api.cache.storage.com.github.chaosfirebolt.converter.api.cache.storage.Storage
com.github.chaosfirebolt.converter.api.initialization
com.github.chaosfirebolt.converter.api.initialization.com.github.chaosfirebolt.converter.api.initialization.BaseInitializationData
com.github.chaosfirebolt.converter.api.initialization.com.github.chaosfirebolt.converter.api.initialization.InitializationCapable
com.github.chaosfirebolt.converter.api.initialization.com.github.chaosfirebolt.converter.api.initialization.InitializationData
com.github.chaosfirebolt.converter.api.initialization.com.github.chaosfirebolt.converter.api.initialization.NoOpMapData
com.github.chaosfirebolt.converter.api.initialization.com.github.chaosfirebolt.converter.api.initialization.ProvidedInitializationData
com.github.chaosfirebolt.converter.api.initialization.com.github.chaosfirebolt.converter.api.initialization.RangeInitializationData
com.github.chaosfirebolt.converter.api.initialization.com.github.chaosfirebolt.converter.api.initialization.RomanIntegerArrayInitializationData
com.github.chaosfirebolt.converter.api.initialization.source
com.github.chaosfirebolt.converter.api.initialization.source.com.github.chaosfirebolt.converter.api.initialization.source.BasicNumeralsInputSource
com.github.chaosfirebolt.converter.api.initialization.source.com.github.chaosfirebolt.converter.api.initialization.source.ClassLoaderResourceFactory
com.github.chaosfirebolt.converter.api.initialization.source.com.github.chaosfirebolt.converter.api.initialization.source.ClassPathInputStreamSource
com.github.chaosfirebolt.converter.api.initialization.source.com.github.chaosfirebolt.converter.api.initialization.source.ClassResourceFactory
com.github.chaosfirebolt.converter.api.initialization.source.com.github.chaosfirebolt.converter.api.initialization.source.InputSource
com.github.chaosfirebolt.converter.api.initialization.source.com.github.chaosfirebolt.converter.api.initialization.source.InputStreamSource
com.github.chaosfirebolt.converter.api.initialization.source.com.github.chaosfirebolt.converter.api.initialization.source.RangeInputSource
com.github.chaosfirebolt.converter.api.initialization.source.com.github.chaosfirebolt.converter.api.initialization.source.ResourceFactory
com.github.chaosfirebolt.converter.api.initialization.source.com.github.chaosfirebolt.converter.api.initialization.source.SerializedArrayClassPathSource
com.github.chaosfirebolt.converter.api.initialization.transformation
com.github.chaosfirebolt.converter.api.initialization.transformation.com.github.chaosfirebolt.converter.api.initialization.transformation.RomanIntegerArrayToMapTransformation
com.github.chaosfirebolt.converter.api.initialization.transformation.com.github.chaosfirebolt.converter.api.initialization.transformation.Transformation
com.github.chaosfirebolt.converter.api.property
com.github.chaosfirebolt.converter.api.property.com.github.chaosfirebolt.converter.api.property.ConverterProperties
com.github.chaosfirebolt.converter.constants
com.github.chaosfirebolt.converter.constants.com.github.chaosfirebolt.converter.constants.ArabicIntegerTypePatternFactory
com.github.chaosfirebolt.converter.constants.com.github.chaosfirebolt.converter.constants.IntegerType
com.github.chaosfirebolt.converter.constants.com.github.chaosfirebolt.converter.constants.RecalculateByPairCount
com.github.chaosfirebolt.converter.constants.com.github.chaosfirebolt.converter.constants.ResultCachingSupplier
com.github.chaosfirebolt.converter.constants.com.github.chaosfirebolt.converter.constants.RomanIntegerTypePatternFactory
com.github.chaosfirebolt.converter.constants.com.github.chaosfirebolt.converter.constants.SynchronizedSupplier
com.github.chaosfirebolt.converter.util
com.github.chaosfirebolt.converter.util.com.github.chaosfirebolt.converter.util.MaxCalculator
com.github.chaosfirebolt.converter.util.com.github.chaosfirebolt.converter.util.Pair
com.github.chaosfirebolt.converter.util.com.github.chaosfirebolt.converter.util.PairMap
com.github.chaosfirebolt.converter.util.com.github.chaosfirebolt.converter.util.PairMapping
.values-array.ser




© 2015 - 2025 Weber Informatics LLC | Privacy Policy