Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.core |
ArtifactId | ArtifactIdwildfly-io-tests |
Version | Version11.0.0.Beta9 |
Type | Typejar |
Filename | Size |
---|---|
wildfly-io-tests-11.0.0.Beta9.pom | |
wildfly-io-tests-11.0.0.Beta9.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>11.0.0.Beta9</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-io-tests/
implementation 'org.wildfly.core:wildfly-io-tests:11.0.0.Beta9'
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-io-tests/
implementation ("org.wildfly.core:wildfly-io-tests:11.0.0.Beta9")
'org.wildfly.core:wildfly-io-tests:jar:11.0.0.Beta9'
<dependency org="org.wildfly.core" name="wildfly-io-tests" rev="11.0.0.Beta9">
<artifact name="wildfly-io-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.core', module='wildfly-io-tests', version='11.0.0.Beta9')
)
libraryDependencies += "org.wildfly.core" % "wildfly-io-tests" % "11.0.0.Beta9"
[org.wildfly.core/wildfly-io-tests "11.0.0.Beta9"]