Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.jboss.windup.web |
ArtifactId | ArtifactIdtest-authentication-client |
Version | Version5.1.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.web/test-authentication-client/ -->
<dependency>
<groupId>org.jboss.windup.web</groupId>
<artifactId>test-authentication-client</artifactId>
<version>5.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.web/test-authentication-client/
implementation 'org.jboss.windup.web:test-authentication-client:5.1.0.Final'
// https://jarcasting.com/artifacts/org.jboss.windup.web/test-authentication-client/
implementation ("org.jboss.windup.web:test-authentication-client:5.1.0.Final")
'org.jboss.windup.web:test-authentication-client:jar:5.1.0.Final'
<dependency org="org.jboss.windup.web" name="test-authentication-client" rev="5.1.0.Final">
<artifact name="test-authentication-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.web', module='test-authentication-client', version='5.1.0.Final')
)
libraryDependencies += "org.jboss.windup.web" % "test-authentication-client" % "5.1.0.Final"
[org.jboss.windup.web/test-authentication-client "5.1.0.Final"]