is not current version
Last Version 1.1.6

com.github.houbb:paradise 1.1.3

The useful tools for dev. Like response code, compile annotation.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

paradise
Version

Version

1.1.3
Type

Type

pom

Download paradise 1.1.3

Filename Size
paradise-1.1.3.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.houbb/paradise/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>paradise</artifactId>
    <version>1.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/paradise/
implementation 'com.github.houbb:paradise:1.1.3'
// https://jarcasting.com/artifacts/com.github.houbb/paradise/
implementation ("com.github.houbb:paradise:1.1.3")
'com.github.houbb:paradise:pom:1.1.3'
<dependency org="com.github.houbb" name="paradise" rev="1.1.3">
  <artifact name="paradise" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='paradise', version='1.1.3')
)
libraryDependencies += "com.github.houbb" % "paradise" % "1.1.3"
[com.github.houbb/paradise "1.1.3"]