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