| GroupId | GroupIdcom.github.cico216 |
|---|---|
| ArtifactId | ArtifactIdmnt-core |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mnt-core-1.0.pom | |
| mnt-core-1.0.jar | 32 KB |
| mnt-core-1.0-sources.jar | 21 KB |
| mnt-core-1.0-javadoc.jar | 328 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cico216/mnt-core/ -->
<dependency>
<groupId>com.github.cico216</groupId>
<artifactId>mnt-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cico216/mnt-core/
implementation 'com.github.cico216:mnt-core:1.0'
// https://jarcasting.com/artifacts/com.github.cico216/mnt-core/
implementation ("com.github.cico216:mnt-core:1.0")
'com.github.cico216:mnt-core:jar:1.0'
<dependency org="com.github.cico216" name="mnt-core" rev="1.0">
<artifact name="mnt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cico216', module='mnt-core', version='1.0')
)
libraryDependencies += "com.github.cico216" % "mnt-core" % "1.0"
[com.github.cico216/mnt-core "1.0"]