| GroupId | GroupIdio.github.SethEpic |
|---|---|
| ArtifactId | ArtifactIdmorse-code-translator |
| Version | Version1.0.0-snapshot |
| Type | Typejar |
<!-- 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"]