License |
License |
---|---|
GroupId | GroupIdcom.github.chaosfirebolt.converter |
ArtifactId | ArtifactIdroman-numeral-converter |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptioncom.github.chaosfirebolt.converter:roman-numeral-converter
Library for converting roman numerals to arabic and vice versa.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.chaosfirebolt.converter/roman-numeral-converter/ -->
<dependency>
<groupId>com.github.chaosfirebolt.converter</groupId>
<artifactId>roman-numeral-converter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chaosfirebolt.converter/roman-numeral-converter/
implementation 'com.github.chaosfirebolt.converter:roman-numeral-converter:1.0.0'
// https://jarcasting.com/artifacts/com.github.chaosfirebolt.converter/roman-numeral-converter/
implementation ("com.github.chaosfirebolt.converter:roman-numeral-converter:1.0.0")
'com.github.chaosfirebolt.converter:roman-numeral-converter:jar:1.0.0'
<dependency org="com.github.chaosfirebolt.converter" name="roman-numeral-converter" rev="1.0.0">
<artifact name="roman-numeral-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chaosfirebolt.converter', module='roman-numeral-converter', version='1.0.0')
)
libraryDependencies += "com.github.chaosfirebolt.converter" % "roman-numeral-converter" % "1.0.0"
[com.github.chaosfirebolt.converter/roman-numeral-converter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |