| GroupId | GroupIdxyz.cssxsh.mirai |
|---|---|
| ArtifactId | ArtifactIdmirai-device-generator |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| mirai-device-generator-1.0.0.pom | |
| mirai-device-generator-1.0.0-sources.jar | 4 KB |
| mirai-device-generator-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.cssxsh.mirai/mirai-device-generator/ -->
<dependency>
<groupId>xyz.cssxsh.mirai</groupId>
<artifactId>mirai-device-generator</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.cssxsh.mirai/mirai-device-generator/
implementation 'xyz.cssxsh.mirai:mirai-device-generator:1.0.0'
// https://jarcasting.com/artifacts/xyz.cssxsh.mirai/mirai-device-generator/
implementation ("xyz.cssxsh.mirai:mirai-device-generator:1.0.0")
'xyz.cssxsh.mirai:mirai-device-generator:pom:1.0.0'
<dependency org="xyz.cssxsh.mirai" name="mirai-device-generator" rev="1.0.0">
<artifact name="mirai-device-generator" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.cssxsh.mirai', module='mirai-device-generator', version='1.0.0')
)
libraryDependencies += "xyz.cssxsh.mirai" % "mirai-device-generator" % "1.0.0"
[xyz.cssxsh.mirai/mirai-device-generator "1.0.0"]