p

paradise-core

The core of paradise, for compile annotation and others.
文件下载
文件名 操作
paradise-core-1.1.3.jar 下载
paradise-core-1.1.3.pom 下载
paradise-core-1.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>paradise-core</artifactId>
  <version>1.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:paradise-core:1.1.3'
Gradle Kotlin
implementation("com.github.houbb:paradise-core:1.1.3")
Scala SBT
libraryDependencies += "com.github.houbb" % "paradise-core" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='paradise-core', version='1.1.3')
)
Apache Ivy
<dependency org="com.github.houbb" name="paradise-core" rev="1.1.3" />
Leiningen
[com.github.houbb/paradise-core "1.1.3"]
Apache Buildr
'com.github.houbb:paradise-core:jar:1.1.3'