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