GroupId | GroupIdin.umun.framework |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
core-0.0.6.pom | |
core-0.0.6.jar | 19 KB |
core-0.0.6-sources.jar | 10 KB |
core-0.0.6-javadoc.jar | 114 KB |
Browse |
<!-- 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"]