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