| GroupId | GroupIdcom.github.mg0324 |
|---|---|
| ArtifactId | ArtifactIdmango-kit |
| Version | Version0.1.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| mango-kit-0.1.2.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mg0324/mango-kit/ -->
<dependency>
<groupId>com.github.mg0324</groupId>
<artifactId>mango-kit</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mg0324/mango-kit/
implementation 'com.github.mg0324:mango-kit:0.1.2'
// https://jarcasting.com/artifacts/com.github.mg0324/mango-kit/
implementation ("com.github.mg0324:mango-kit:0.1.2")
'com.github.mg0324:mango-kit:pom:0.1.2'
<dependency org="com.github.mg0324" name="mango-kit" rev="0.1.2">
<artifact name="mango-kit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mg0324', module='mango-kit', version='0.1.2')
)
libraryDependencies += "com.github.mg0324" % "mango-kit" % "0.1.2"
[com.github.mg0324/mango-kit "0.1.2"]