o

overflow-core-all

One of the Overflow project modules
https://github.com/MrXiaoM/Overflow
AGPL-3.0
MrXiaoM
Files download
File Operation
overflow-core-all-1.0.0.jar download
overflow-core-all-1.0.0.pom download
overflow-core-all-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>top.mrxiaom.mirai</groupId>
  <artifactId>overflow-core-all</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'top.mrxiaom.mirai:overflow-core-all:1.0.0'
Gradle Kotlin
implementation("top.mrxiaom.mirai:overflow-core-all:1.0.0")
Scala SBT
libraryDependencies += "top.mrxiaom.mirai" % "overflow-core-all" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='top.mrxiaom.mirai', module='overflow-core-all', version='1.0.0')
)
Apache Ivy
<dependency org="top.mrxiaom.mirai" name="overflow-core-all" rev="1.0.0" />
Leiningen
[top.mrxiaom.mirai/overflow-core-all "1.0.0"]
Apache Buildr
'top.mrxiaom.mirai:overflow-core-all:jar:1.0.0'