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