| GroupId | GroupIdio.github.keonwangjw |
|---|---|
| ArtifactId | ArtifactIdaimp-iot |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| aimp-iot-1.0.2.pom | |
| aimp-iot-1.0.2.jar | 195 MB |
| aimp-iot-1.0.2-sources.jar | 35 MB |
| aimp-iot-1.0.2-javadoc.jar | 18 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.keonwangjw/aimp-iot/ -->
<dependency>
<groupId>io.github.keonwangjw</groupId>
<artifactId>aimp-iot</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.keonwangjw/aimp-iot/
implementation 'io.github.keonwangjw:aimp-iot:1.0.2'
// https://jarcasting.com/artifacts/io.github.keonwangjw/aimp-iot/
implementation ("io.github.keonwangjw:aimp-iot:1.0.2")
'io.github.keonwangjw:aimp-iot:jar:1.0.2'
<dependency org="io.github.keonwangjw" name="aimp-iot" rev="1.0.2">
<artifact name="aimp-iot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.keonwangjw', module='aimp-iot', version='1.0.2')
)
libraryDependencies += "io.github.keonwangjw" % "aimp-iot" % "1.0.2"
[io.github.keonwangjw/aimp-iot "1.0.2"]