GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdacceptance-tests-runtime |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
acceptance-tests-runtime-0.9.1.pom | |
acceptance-tests-runtime-0.9.1.jar | 2 KB |
acceptance-tests-runtime-0.9.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/acceptance-tests-runtime/
implementation 'org.atmosphere:acceptance-tests-runtime:0.9.1'
// https://jarcasting.com/artifacts/org.atmosphere/acceptance-tests-runtime/
implementation ("org.atmosphere:acceptance-tests-runtime:0.9.1")
'org.atmosphere:acceptance-tests-runtime:jar:0.9.1'
<dependency org="org.atmosphere" name="acceptance-tests-runtime" rev="0.9.1">
<artifact name="acceptance-tests-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='acceptance-tests-runtime', version='0.9.1')
)
libraryDependencies += "org.atmosphere" % "acceptance-tests-runtime" % "0.9.1"
[org.atmosphere/acceptance-tests-runtime "0.9.1"]