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