o

overflow-core

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