GroupId | GroupIdcom.github.mg365 |
---|---|
ArtifactId | ArtifactIdmg-fw |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
mg-fw-1.0.3.pom | |
mg-fw-1.0.3.jar | 27 KB |
mg-fw-1.0.3-sources.jar | 19 KB |
mg-fw-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mg365/mg-fw/
implementation 'com.github.mg365:mg-fw:1.0.3'
// https://jarcasting.com/artifacts/com.github.mg365/mg-fw/
implementation ("com.github.mg365:mg-fw:1.0.3")
'com.github.mg365:mg-fw:jar:1.0.3'
<dependency org="com.github.mg365" name="mg-fw" rev="1.0.3">
<artifact name="mg-fw" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mg365', module='mg-fw', version='1.0.3')
)
libraryDependencies += "com.github.mg365" % "mg-fw" % "1.0.3"
[com.github.mg365/mg-fw "1.0.3"]