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