文件下载
文件名 操作
luna-web-1.0.2-RELEASE.jar 下载
luna-web-1.0.2-RELEASE.pom 下载
luna-web-1.0.2-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.seezoon</groupId>
  <artifactId>luna-web</artifactId>
  <version>1.0.2-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.seezoon:luna-web:1.0.2-RELEASE'
Gradle Kotlin
implementation("com.seezoon:luna-web:1.0.2-RELEASE")
Scala SBT
libraryDependencies += "com.seezoon" % "luna-web" % "1.0.2-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.seezoon', module='luna-web', version='1.0.2-RELEASE')
)
Apache Ivy
<dependency org="com.seezoon" name="luna-web" rev="1.0.2-RELEASE" />
Leiningen
[com.seezoon/luna-web "1.0.2-RELEASE"]
Apache Buildr
'com.seezoon:luna-web:jar:1.0.2-RELEASE'