| GroupId | GroupIdcom.github.mg365 |
|---|---|
| ArtifactId | ArtifactIdmg-fw |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mg-fw-1.0.2.pom | |
| mg-fw-1.0.2.jar | 27 KB |
| mg-fw-1.0.2-sources.jar | 19 KB |
| mg-fw-1.0.2-javadoc.jar | 152 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mg365/mg-fw/ -->
<dependency>
<groupId>com.github.mg365</groupId>
<artifactId>mg-fw</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mg365/mg-fw/
implementation 'com.github.mg365:mg-fw:1.0.2'
// https://jarcasting.com/artifacts/com.github.mg365/mg-fw/
implementation ("com.github.mg365:mg-fw:1.0.2")
'com.github.mg365:mg-fw:jar:1.0.2'
<dependency org="com.github.mg365" name="mg-fw" rev="1.0.2">
<artifact name="mg-fw" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mg365', module='mg-fw', version='1.0.2')
)
libraryDependencies += "com.github.mg365" % "mg-fw" % "1.0.2"
[com.github.mg365/mg-fw "1.0.2"]