GroupId | GroupIdin.umun.framework |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
core-0.0.4.pom | |
core-0.0.4.jar | 19 KB |
core-0.0.4-sources.jar | 10 KB |
core-0.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/in.umun.framework/core/
implementation 'in.umun.framework:core:0.0.4'
// https://jarcasting.com/artifacts/in.umun.framework/core/
implementation ("in.umun.framework:core:0.0.4")
'in.umun.framework:core:jar:0.0.4'
<dependency org="in.umun.framework" name="core" rev="0.0.4">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.umun.framework', module='core', version='0.0.4')
)
libraryDependencies += "in.umun.framework" % "core" % "0.0.4"
[in.umun.framework/core "0.0.4"]