m

meshinery-core

A description of what my library does.
https://github.com/AskMeAgain/Event-Meshinery
MIT License
AskMeAgain
文件下载
文件名 操作
meshinery-core-0.1.5.jar 下载
meshinery-core-0.1.5.pom 下载
meshinery-core-0.1.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.askmeagain</groupId>
  <artifactId>meshinery-core</artifactId>
  <version>0.1.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.askmeagain:meshinery-core:0.1.5'
Gradle Kotlin
implementation("io.github.askmeagain:meshinery-core:0.1.5")
Scala SBT
libraryDependencies += "io.github.askmeagain" % "meshinery-core" % "0.1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.askmeagain', module='meshinery-core', version='0.1.5')
)
Apache Ivy
<dependency org="io.github.askmeagain" name="meshinery-core" rev="0.1.5" />
Leiningen
[io.github.askmeagain/meshinery-core "0.1.5"]
Apache Buildr
'io.github.askmeagain:meshinery-core:jar:0.1.5'