is not current version
Last Version 0.0.8

in.umun.framework:core 0.0.5


GroupId

GroupId

in.umun.framework
ArtifactId

ArtifactId

core
Version

Version

0.0.5
Type

Type

jar

Download core 0.0.5


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