is not current version
Last Version 0.0.8

in.umun.framework:core 0.0.6


GroupId

GroupId

in.umun.framework
ArtifactId

ArtifactId

core
Version

Version

0.0.6
Type

Type

jar

Download core 0.0.6


<!-- https://jarcasting.com/artifacts/in.umun.framework/core/ -->
<dependency>
    <groupId>in.umun.framework</groupId>
    <artifactId>core</artifactId>
    <version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/in.umun.framework/core/
implementation 'in.umun.framework:core:0.0.6'
// https://jarcasting.com/artifacts/in.umun.framework/core/
implementation ("in.umun.framework:core:0.0.6")
'in.umun.framework:core:jar:0.0.6'
<dependency org="in.umun.framework" name="core" rev="0.0.6">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.umun.framework', module='core', version='0.0.6')
)
libraryDependencies += "in.umun.framework" % "core" % "0.0.6"
[in.umun.framework/core "0.0.6"]