| Категории |
КатегорииJBoss Контейнер Application Servers CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.jboss.windup.web |
| Идентификатор | Идентификаторtest-authentication-client |
| Версия | Версия4.2.1.Alpha1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.web/test-authentication-client/ -->
<dependency>
<groupId>org.jboss.windup.web</groupId>
<artifactId>test-authentication-client</artifactId>
<version>4.2.1.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.web/test-authentication-client/
implementation 'org.jboss.windup.web:test-authentication-client:4.2.1.Alpha1'
// https://jarcasting.com/artifacts/org.jboss.windup.web/test-authentication-client/
implementation ("org.jboss.windup.web:test-authentication-client:4.2.1.Alpha1")
'org.jboss.windup.web:test-authentication-client:jar:4.2.1.Alpha1'
<dependency org="org.jboss.windup.web" name="test-authentication-client" rev="4.2.1.Alpha1">
<artifact name="test-authentication-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.web', module='test-authentication-client', version='4.2.1.Alpha1')
)
libraryDependencies += "org.jboss.windup.web" % "test-authentication-client" % "4.2.1.Alpha1"
[org.jboss.windup.web/test-authentication-client "4.2.1.Alpha1"]