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