GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdacceptance-tests-runtime |
Version | Version0.9.4 |
Type | Typejar |
Filename | Size |
---|---|
acceptance-tests-runtime-0.9.4.pom | |
acceptance-tests-runtime-0.9.4.jar | 2 KB |
acceptance-tests-runtime-0.9.4-javadoc.jar | 337 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/acceptance-tests-runtime/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>acceptance-tests-runtime</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/acceptance-tests-runtime/
implementation 'org.atmosphere:acceptance-tests-runtime:0.9.4'
// https://jarcasting.com/artifacts/org.atmosphere/acceptance-tests-runtime/
implementation ("org.atmosphere:acceptance-tests-runtime:0.9.4")
'org.atmosphere:acceptance-tests-runtime:jar:0.9.4'
<dependency org="org.atmosphere" name="acceptance-tests-runtime" rev="0.9.4">
<artifact name="acceptance-tests-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='acceptance-tests-runtime', version='0.9.4')
)
libraryDependencies += "org.atmosphere" % "acceptance-tests-runtime" % "0.9.4"
[org.atmosphere/acceptance-tests-runtime "0.9.4"]