License |
License
To be licenced by the owner
|
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.shynixn.headdatabase |
ArtifactId | ArtifactIdhdb-api |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHeadDatabaseAPI
HeadDatabaseAPI is the API of the HeadDatabase plugin for developers.
|
Filename | Size |
---|---|
hdb-api-1.0.pom | |
hdb-api-1.0.jar | 8 KB |
hdb-api-1.0-sources.jar | 4 KB |
hdb-api-1.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shynixn.headdatabase/hdb-api/ -->
<dependency>
<groupId>com.github.shynixn.headdatabase</groupId>
<artifactId>hdb-api</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.headdatabase/hdb-api/
implementation 'com.github.shynixn.headdatabase:hdb-api:1.0'
// https://jarcasting.com/artifacts/com.github.shynixn.headdatabase/hdb-api/
implementation ("com.github.shynixn.headdatabase:hdb-api:1.0")
'com.github.shynixn.headdatabase:hdb-api:jar:1.0'
<dependency org="com.github.shynixn.headdatabase" name="hdb-api" rev="1.0">
<artifact name="hdb-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.headdatabase', module='hdb-api', version='1.0')
)
libraryDependencies += "com.github.shynixn.headdatabase" % "hdb-api" % "1.0"
[com.github.shynixn.headdatabase/hdb-api "1.0"]