не последняя версия
Последняя версия 1.0.5

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

A morse code translator written in java.

Группа

Группа

io.github.SethEpic
Идентификатор

Идентификатор

morse-code-translator
Версия

Версия

1.0.0-snapshot
Тип

Тип

jar

Скачать morse-code-translator 1.0.0-snapshot


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