License |
License |
---|---|
GroupId | GroupIdio.github.yogonza524 |
ArtifactId | ArtifactIdroman-code |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptionroman-code
Convert roman to arabic numbers. You can define your own alphabet too
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
roman-code-0.0.1.pom | |
roman-code-0.0.1.jar | 11 KB |
roman-code-0.0.1-tests.jar | 5 KB |
roman-code-0.0.1-sources.jar | 5 KB |
roman-code-0.0.1-javadoc.jar | 411 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yogonza524/roman-code/ -->
<dependency>
<groupId>io.github.yogonza524</groupId>
<artifactId>roman-code</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yogonza524/roman-code/
implementation 'io.github.yogonza524:roman-code:0.0.1'
// https://jarcasting.com/artifacts/io.github.yogonza524/roman-code/
implementation ("io.github.yogonza524:roman-code:0.0.1")
'io.github.yogonza524:roman-code:jar:0.0.1'
<dependency org="io.github.yogonza524" name="roman-code" rev="0.0.1">
<artifact name="roman-code" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yogonza524', module='roman-code', version='0.0.1')
)
libraryDependencies += "io.github.yogonza524" % "roman-code" % "0.0.1"
[io.github.yogonza524/roman-code "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-math3 | jar | 3.6.1 |
org.apache.commons : commons-lang3 | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 29.0-jre |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |