is not current version
Last Version 1.1.6

com.github.houbb:paradise 1.0.1

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

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

paradise
Version

Version

1.0.1
Type

Type

pom

Download paradise 1.0.1

Filename Size
paradise-1.0.1.pom 9 KB
Browse

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