| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.trajano.ms.app |
| Идентификатор | Идентификаторsample-authn |
| Версия | Версия1.1.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sample-authn-1.1.5.pom | |
| sample-authn-1.1.5.jar | 29 MB |
| sample-authn-1.1.5-tests.jar | 2 KB |
| sample-authn-1.1.5-sources.jar | 4 KB |
| sample-authn-1.1.5-javadoc.jar | 49 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.trajano.ms.app/sample-authn/ -->
<dependency>
<groupId>net.trajano.ms.app</groupId>
<artifactId>sample-authn</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.ms.app/sample-authn/
implementation 'net.trajano.ms.app:sample-authn:1.1.5'
// https://jarcasting.com/artifacts/net.trajano.ms.app/sample-authn/
implementation ("net.trajano.ms.app:sample-authn:1.1.5")
'net.trajano.ms.app:sample-authn:jar:1.1.5'
<dependency org="net.trajano.ms.app" name="sample-authn" rev="1.1.5">
<artifact name="sample-authn" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.ms.app', module='sample-authn', version='1.1.5')
)
libraryDependencies += "net.trajano.ms.app" % "sample-authn" % "1.1.5"
[net.trajano.ms.app/sample-authn "1.1.5"]