License |
License |
---|---|
GroupId | GroupIdin.umun.framework |
ArtifactId | ArtifactIdcoree |
Version | Version0.0.3 |
Type | Typejar |
Description |
Descriptioncore
Poc for the backend of Umun Framework
|
Filename | Size |
---|---|
coree-0.0.3.pom | |
coree-0.0.3.jar | 1 KB |
coree-0.0.3-sources.jar | 654 bytes |
coree-0.0.3-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/in.umun.framework/coree/ -->
<dependency>
<groupId>in.umun.framework</groupId>
<artifactId>coree</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/in.umun.framework/coree/
implementation 'in.umun.framework:coree:0.0.3'
// https://jarcasting.com/artifacts/in.umun.framework/coree/
implementation ("in.umun.framework:coree:0.0.3")
'in.umun.framework:coree:jar:0.0.3'
<dependency org="in.umun.framework" name="coree" rev="0.0.3">
<artifact name="coree" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.umun.framework', module='coree', version='0.0.3')
)
libraryDependencies += "in.umun.framework" % "coree" % "0.0.3"
[in.umun.framework/coree "0.0.3"]