| Категории |
КатегорииDropWizard Контейнер Микросервисы |
|---|---|
| Группа | Группаorg.whispersystems |
| Идентификатор | Идентификаторdropwizard-simpleauth |
| Версия | Версия0.2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| dropwizard-simpleauth-0.2.0.pom | |
| dropwizard-simpleauth-0.2.0.jar | 16 KB |
| dropwizard-simpleauth-0.2.0-sources.jar | 6 KB |
| dropwizard-simpleauth-0.2.0-javadoc.jar | 67 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.whispersystems/dropwizard-simpleauth/ -->
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>dropwizard-simpleauth</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/dropwizard-simpleauth/
implementation 'org.whispersystems:dropwizard-simpleauth:0.2.0'
// https://jarcasting.com/artifacts/org.whispersystems/dropwizard-simpleauth/
implementation ("org.whispersystems:dropwizard-simpleauth:0.2.0")
'org.whispersystems:dropwizard-simpleauth:jar:0.2.0'
<dependency org="org.whispersystems" name="dropwizard-simpleauth" rev="0.2.0">
<artifact name="dropwizard-simpleauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='dropwizard-simpleauth', version='0.2.0')
)
libraryDependencies += "org.whispersystems" % "dropwizard-simpleauth" % "0.2.0"
[org.whispersystems/dropwizard-simpleauth "0.2.0"]