GroupId | GroupIdio.github.jocelynmutso |
---|---|
ArtifactId | ArtifactIdzoe-core |
Version | Version1.0.8 |
Type | Typepom |
Filename | Size |
---|---|
zoe-core-1.0.8.pom | 786 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jocelynmutso/zoe-core/ -->
<dependency>
<groupId>io.github.jocelynmutso</groupId>
<artifactId>zoe-core</artifactId>
<version>1.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jocelynmutso/zoe-core/
implementation 'io.github.jocelynmutso:zoe-core:1.0.8'
// https://jarcasting.com/artifacts/io.github.jocelynmutso/zoe-core/
implementation ("io.github.jocelynmutso:zoe-core:1.0.8")
'io.github.jocelynmutso:zoe-core:pom:1.0.8'
<dependency org="io.github.jocelynmutso" name="zoe-core" rev="1.0.8">
<artifact name="zoe-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jocelynmutso', module='zoe-core', version='1.0.8')
)
libraryDependencies += "io.github.jocelynmutso" % "zoe-core" % "1.0.8"
[io.github.jocelynmutso/zoe-core "1.0.8"]