| GroupId | GroupIdio.github.derrickchanjl |
|---|---|
| ArtifactId | ArtifactIdIMCore |
| Version | Version1.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| IMCore-1.0.1.pom | |
| IMCore-1.0.1-sources.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.derrickchanjl/IMCore/ -->
<dependency>
<groupId>io.github.derrickchanjl</groupId>
<artifactId>IMCore</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.derrickchanjl/IMCore/
implementation 'io.github.derrickchanjl:IMCore:1.0.1'
// https://jarcasting.com/artifacts/io.github.derrickchanjl/IMCore/
implementation ("io.github.derrickchanjl:IMCore:1.0.1")
'io.github.derrickchanjl:IMCore:aar:1.0.1'
<dependency org="io.github.derrickchanjl" name="IMCore" rev="1.0.1">
<artifact name="IMCore" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.derrickchanjl', module='IMCore', version='1.0.1')
)
libraryDependencies += "io.github.derrickchanjl" % "IMCore" % "1.0.1"
[io.github.derrickchanjl/IMCore "1.0.1"]