| License | License | 
|---|---|
| GroupId | GroupIdcom.github.houbb | 
| ArtifactId | ArtifactIdid-api | 
| Last Version | Last Version0.0.6 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionThe api module for id. | 
| Filename | Size | 
|---|---|
| id-api-0.0.6.pom | |
| id-api-0.0.6.jar | 2 KB | 
| id-api-0.0.6-sources.jar | 1 KB | 
| id-api-0.0.6-javadoc.jar | 24 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.houbb/id-api/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>id-api</artifactId>
    <version>0.0.6</version>
</dependency>// https://jarcasting.com/artifacts/com.github.houbb/id-api/
implementation 'com.github.houbb:id-api:0.0.6'// https://jarcasting.com/artifacts/com.github.houbb/id-api/
implementation ("com.github.houbb:id-api:0.0.6")'com.github.houbb:id-api:jar:0.0.6'<dependency org="com.github.houbb" name="id-api" rev="0.0.6">
  <artifact name="id-api" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.houbb', module='id-api', version='0.0.6')
)libraryDependencies += "com.github.houbb" % "id-api" % "0.0.6"[com.github.houbb/id-api "0.0.6"]