GroupId | GroupIdio.github.goodgoodjm |
---|---|
ArtifactId | ArtifactIdotter-core |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
otter-core-0.0.6.pom | |
otter-core-0.0.6.jar | 51 KB |
otter-core-0.0.6-sources.jar | 8 KB |
otter-core-0.0.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.goodgoodjm/otter-core/
implementation 'io.github.goodgoodjm:otter-core:0.0.6'
// https://jarcasting.com/artifacts/io.github.goodgoodjm/otter-core/
implementation ("io.github.goodgoodjm:otter-core:0.0.6")
'io.github.goodgoodjm:otter-core:jar:0.0.6'
<dependency org="io.github.goodgoodjm" name="otter-core" rev="0.0.6">
<artifact name="otter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.goodgoodjm', module='otter-core', version='0.0.6')
)
libraryDependencies += "io.github.goodgoodjm" % "otter-core" % "0.0.6"
[io.github.goodgoodjm/otter-core "0.0.6"]