| GroupId | GroupIdorg.kaazing |
|---|---|
| ArtifactId | ArtifactIdspecification.httpxe |
| Version | Version1.0.7-RC001 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kaazing/specification.httpxe/ -->
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>specification.httpxe</artifactId>
<version>1.0.7-RC001</version>
</dependency>
// https://jarcasting.com/artifacts/org.kaazing/specification.httpxe/
implementation 'org.kaazing:specification.httpxe:1.0.7-RC001'
// https://jarcasting.com/artifacts/org.kaazing/specification.httpxe/
implementation ("org.kaazing:specification.httpxe:1.0.7-RC001")
'org.kaazing:specification.httpxe:jar:1.0.7-RC001'
<dependency org="org.kaazing" name="specification.httpxe" rev="1.0.7-RC001">
<artifact name="specification.httpxe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kaazing', module='specification.httpxe', version='1.0.7-RC001')
)
libraryDependencies += "org.kaazing" % "specification.httpxe" % "1.0.7-RC001"
[org.kaazing/specification.httpxe "1.0.7-RC001"]