c

commy

A project making working with Plugin Messaging Channels much easier
https://github.com/ExpDev07/Commy
MIT
文件下载
文件名 操作
commy-1.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.expdev07</groupId>
  <artifactId>commy</artifactId>
  <version>1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.expdev07:commy:1.4'
Gradle Kotlin
implementation("com.github.expdev07:commy:1.4")
Scala SBT
libraryDependencies += "com.github.expdev07" % "commy" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.expdev07', module='commy', version='1.4')
)
Apache Ivy
<dependency org="com.github.expdev07" name="commy" rev="1.4" />
Leiningen
[com.github.expdev07/commy "1.4"]
Apache Buildr
'com.github.expdev07:commy:jar:1.4'
本项目依赖
该项目无第三方依赖