GroupId | GroupIdin.umun.framework |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
core-0.0.7.pom | |
core-0.0.7.jar | 19 KB |
core-0.0.7-sources.jar | 13 KB |
core-0.0.7-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/in.umun.framework/core/ -->
<dependency>
<groupId>in.umun.framework</groupId>
<artifactId>core</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/in.umun.framework/core/
implementation 'in.umun.framework:core:0.0.7'
// https://jarcasting.com/artifacts/in.umun.framework/core/
implementation ("in.umun.framework:core:0.0.7")
'in.umun.framework:core:jar:0.0.7'
<dependency org="in.umun.framework" name="core" rev="0.0.7">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.umun.framework', module='core', version='0.0.7')
)
libraryDependencies += "in.umun.framework" % "core" % "0.0.7"
[in.umun.framework/core "0.0.7"]