| GroupId | GroupIdim.ene.kohii |
|---|---|
| ArtifactId | ArtifactIdkohii-experiments |
| Version | Version1.0.0.2010004-B2 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/im.ene.kohii/kohii-experiments/ -->
<dependency>
<groupId>im.ene.kohii</groupId>
<artifactId>kohii-experiments</artifactId>
<version>1.0.0.2010004-B2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/im.ene.kohii/kohii-experiments/
implementation 'im.ene.kohii:kohii-experiments:1.0.0.2010004-B2'
// https://jarcasting.com/artifacts/im.ene.kohii/kohii-experiments/
implementation ("im.ene.kohii:kohii-experiments:1.0.0.2010004-B2")
'im.ene.kohii:kohii-experiments:aar:1.0.0.2010004-B2'
<dependency org="im.ene.kohii" name="kohii-experiments" rev="1.0.0.2010004-B2">
<artifact name="kohii-experiments" type="aar" />
</dependency>
@Grapes(
@Grab(group='im.ene.kohii', module='kohii-experiments', version='1.0.0.2010004-B2')
)
libraryDependencies += "im.ene.kohii" % "kohii-experiments" % "1.0.0.2010004-B2"
[im.ene.kohii/kohii-experiments "1.0.0.2010004-B2"]