| GroupId | GroupIdio.github.SethEpic |
|---|---|
| ArtifactId | ArtifactIdmorse-code-translator |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| morse-code-translator-1.0.0.pom | |
| morse-code-translator-1.0.0.jar | 174 KB |
| morse-code-translator-1.0.0-sources.jar | 167 KB |
| morse-code-translator-1.0.0-javadoc.jar | 181 KB |
| Browse |
<!-- 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"]