Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy.microprofile |
ArtifactId | ArtifactIdintegration-tests |
Version | Version1.0.0.Alpha1 |
Type | Typejar |
Filename | Size |
---|---|
integration-tests-1.0.0.Alpha1.pom | |
integration-tests-1.0.0.Alpha1.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy.microprofile/integration-tests/ -->
<dependency>
<groupId>org.jboss.resteasy.microprofile</groupId>
<artifactId>integration-tests</artifactId>
<version>1.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy.microprofile/integration-tests/
implementation 'org.jboss.resteasy.microprofile:integration-tests:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.jboss.resteasy.microprofile/integration-tests/
implementation ("org.jboss.resteasy.microprofile:integration-tests:1.0.0.Alpha1")
'org.jboss.resteasy.microprofile:integration-tests:jar:1.0.0.Alpha1'
<dependency org="org.jboss.resteasy.microprofile" name="integration-tests" rev="1.0.0.Alpha1">
<artifact name="integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy.microprofile', module='integration-tests', version='1.0.0.Alpha1')
)
libraryDependencies += "org.jboss.resteasy.microprofile" % "integration-tests" % "1.0.0.Alpha1"
[org.jboss.resteasy.microprofile/integration-tests "1.0.0.Alpha1"]