| Группа | Группаcn.har01d |
|---|---|
| Идентификатор | Идентификаторauth-db |
| Версия | Версия0.0.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| auth-db-0.0.3.pom | |
| auth-db-0.0.3.jar | 1 KB |
| auth-db-0.0.3-sources.jar | 1 KB |
| auth-db-0.0.3-javadoc.jar | 245 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.har01d/auth-db/ -->
<dependency>
<groupId>cn.har01d</groupId>
<artifactId>auth-db</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.har01d/auth-db/
implementation 'cn.har01d:auth-db:0.0.3'
// https://jarcasting.com/artifacts/cn.har01d/auth-db/
implementation ("cn.har01d:auth-db:0.0.3")
'cn.har01d:auth-db:jar:0.0.3'
<dependency org="cn.har01d" name="auth-db" rev="0.0.3">
<artifact name="auth-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.har01d', module='auth-db', version='0.0.3')
)
libraryDependencies += "cn.har01d" % "auth-db" % "0.0.3"
[cn.har01d/auth-db "0.0.3"]