is not current version
Last Version 1.0.5

io.github.SethEpic:morse-code-translator 1.0.0

A morse code translator written in java 15.

GroupId

GroupId

io.github.SethEpic
ArtifactId

ArtifactId

morse-code-translator
Version

Version

1.0.0
Type

Type

jar

Download morse-code-translator 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.SethEpic/morse-code-translator/ -->
<dependency>
    <groupId>io.github.SethEpic</groupId>
    <artifactId>morse-code-translator</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.SethEpic/morse-code-translator/
implementation 'io.github.SethEpic:morse-code-translator:1.0.0'
// https://jarcasting.com/artifacts/io.github.SethEpic/morse-code-translator/
implementation ("io.github.SethEpic:morse-code-translator:1.0.0")
'io.github.SethEpic:morse-code-translator:jar:1.0.0'
<dependency org="io.github.SethEpic" name="morse-code-translator" rev="1.0.0">
  <artifact name="morse-code-translator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.SethEpic', module='morse-code-translator', version='1.0.0')
)
libraryDependencies += "io.github.SethEpic" % "morse-code-translator" % "1.0.0"
[io.github.SethEpic/morse-code-translator "1.0.0"]