m

mirai-device-generator

mirai-device-generator
https://github.com/cssxsh/mirai-device-generator
AGPL-3.0
cssxsh
Files download
File Operation
mirai-device-generator-1.3.0.jar download
mirai-device-generator-1.3.0.pom download
mirai-device-generator-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>xyz.cssxsh.mirai</groupId>
  <artifactId>mirai-device-generator</artifactId>
  <version>1.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'xyz.cssxsh.mirai:mirai-device-generator:1.3.0'
Gradle Kotlin
implementation("xyz.cssxsh.mirai:mirai-device-generator:1.3.0")
Scala SBT
libraryDependencies += "xyz.cssxsh.mirai" % "mirai-device-generator" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='xyz.cssxsh.mirai', module='mirai-device-generator', version='1.3.0')
)
Apache Ivy
<dependency org="xyz.cssxsh.mirai" name="mirai-device-generator" rev="1.3.0" />
Leiningen
[xyz.cssxsh.mirai/mirai-device-generator "1.3.0"]
Apache Buildr
'xyz.cssxsh.mirai:mirai-device-generator:jar:1.3.0'