GroupId | GroupIdio.github.goodgoodjm |
---|---|
ArtifactId | ArtifactIdotter-core |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
otter-core-0.0.3.pom | |
otter-core-0.0.3.jar | 51 KB |
otter-core-0.0.3-sources.jar | 8 KB |
otter-core-0.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.goodgoodjm/otter-core/ -->
<dependency>
<groupId>io.github.goodgoodjm</groupId>
<artifactId>otter-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.goodgoodjm/otter-core/
implementation 'io.github.goodgoodjm:otter-core:0.0.3'
// https://jarcasting.com/artifacts/io.github.goodgoodjm/otter-core/
implementation ("io.github.goodgoodjm:otter-core:0.0.3")
'io.github.goodgoodjm:otter-core:jar:0.0.3'
<dependency org="io.github.goodgoodjm" name="otter-core" rev="0.0.3">
<artifact name="otter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.goodgoodjm', module='otter-core', version='0.0.3')
)
libraryDependencies += "io.github.goodgoodjm" % "otter-core" % "0.0.3"
[io.github.goodgoodjm/otter-core "0.0.3"]