is not current version
Last Version 0.0.8

in.umun.framework:framework 0.0.5

Springboot Backend for Umun Framework (c).

GroupId

GroupId

in.umun.framework
ArtifactId

ArtifactId

framework
Version

Version

0.0.5
Type

Type

pom

Download framework 0.0.5

Filename Size
framework-0.0.5.pom 4 KB
Browse

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