is not current version
Last Version 1.1.6

com.github.houbb:paradise 1.1.2

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

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

paradise
Version

Version

1.1.2
Type

Type

pom

Download paradise 1.1.2

Filename Size
paradise-1.1.2.pom 13 KB
Browse

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