Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.jboss.windup.web |
ArtifactId | ArtifactIdtest-authentication-client |
Version | Version4.0.0.Beta1 |
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>4.0.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.web/test-authentication-client/
implementation 'org.jboss.windup.web:test-authentication-client:4.0.0.Beta1'
// https://jarcasting.com/artifacts/org.jboss.windup.web/test-authentication-client/
implementation ("org.jboss.windup.web:test-authentication-client:4.0.0.Beta1")
'org.jboss.windup.web:test-authentication-client:jar:4.0.0.Beta1'
<dependency org="org.jboss.windup.web" name="test-authentication-client" rev="4.0.0.Beta1">
<artifact name="test-authentication-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.web', module='test-authentication-client', version='4.0.0.Beta1')
)
libraryDependencies += "org.jboss.windup.web" % "test-authentication-client" % "4.0.0.Beta1"
[org.jboss.windup.web/test-authentication-client "4.0.0.Beta1"]