Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.galleon |
ArtifactId | ArtifactIdgalleon-testsuite |
Version | Version2.0.0.Alpha5 |
Type | Typejar |
Filename | Size |
---|---|
galleon-testsuite-2.0.0.Alpha5.pom | |
galleon-testsuite-2.0.0.Alpha5.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.galleon/galleon-testsuite/ -->
<dependency>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-testsuite</artifactId>
<version>2.0.0.Alpha5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.galleon/galleon-testsuite/
implementation 'org.jboss.galleon:galleon-testsuite:2.0.0.Alpha5'
// https://jarcasting.com/artifacts/org.jboss.galleon/galleon-testsuite/
implementation ("org.jboss.galleon:galleon-testsuite:2.0.0.Alpha5")
'org.jboss.galleon:galleon-testsuite:jar:2.0.0.Alpha5'
<dependency org="org.jboss.galleon" name="galleon-testsuite" rev="2.0.0.Alpha5">
<artifact name="galleon-testsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.galleon', module='galleon-testsuite', version='2.0.0.Alpha5')
)
libraryDependencies += "org.jboss.galleon" % "galleon-testsuite" % "2.0.0.Alpha5"
[org.jboss.galleon/galleon-testsuite "2.0.0.Alpha5"]