Files download
File Operation
yue-library-base-Greenwich.SR2.jar download
yue-library-base-Greenwich.SR2.pom download
yue-library-base-Greenwich.SR2-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.ylyue</groupId>
  <artifactId>yue-library-base</artifactId>
  <version>Greenwich.SR2</version>
</dependency>
Gradle Groovy
implementation 'ai.ylyue:yue-library-base:Greenwich.SR2'
Gradle Kotlin
implementation("ai.ylyue:yue-library-base:Greenwich.SR2")
Scala SBT
libraryDependencies += "ai.ylyue" % "yue-library-base" % "Greenwich.SR2"
Groovy Grape
@Grapes(
  @Grab(group='ai.ylyue', module='yue-library-base', version='Greenwich.SR2')
)
Apache Ivy
<dependency org="ai.ylyue" name="yue-library-base" rev="Greenwich.SR2" />
Leiningen
[ai.ylyue/yue-library-base "Greenwich.SR2"]
Apache Buildr
'ai.ylyue:yue-library-base:jar:Greenwich.SR2'