GroupId | GroupIdorg.kaazing |
---|---|
ArtifactId | ArtifactIdgateway.service.http.directory |
Version | Version5.4.1-RC001 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kaazing/gateway.service.http.directory/ -->
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>gateway.service.http.directory</artifactId>
<version>5.4.1-RC001</version>
</dependency>
// https://jarcasting.com/artifacts/org.kaazing/gateway.service.http.directory/
implementation 'org.kaazing:gateway.service.http.directory:5.4.1-RC001'
// https://jarcasting.com/artifacts/org.kaazing/gateway.service.http.directory/
implementation ("org.kaazing:gateway.service.http.directory:5.4.1-RC001")
'org.kaazing:gateway.service.http.directory:jar:5.4.1-RC001'
<dependency org="org.kaazing" name="gateway.service.http.directory" rev="5.4.1-RC001">
<artifact name="gateway.service.http.directory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kaazing', module='gateway.service.http.directory', version='5.4.1-RC001')
)
libraryDependencies += "org.kaazing" % "gateway.service.http.directory" % "5.4.1-RC001"
[org.kaazing/gateway.service.http.directory "5.4.1-RC001"]