is not current version
Last Version 0.0.6

com.github.houbb:api 0.0.1

api(2018-07-30 21:35:42)

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

api
Version

Version

0.0.1
Type

Type

jar

Download api 0.0.1


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