GroupId | GroupIdorg.jetlinks |
---|---|
ArtifactId | ArtifactIdjetlinks-gateway |
Version | Version1.0.0-RC |
Type | Typejar |
Filename | Size |
---|---|
jetlinks-gateway-1.0.0-RC.pom | |
jetlinks-gateway-1.0.0-RC.jar | 53 KB |
jetlinks-gateway-1.0.0-RC-sources.jar | 22 KB |
jetlinks-gateway-1.0.0-RC-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jetlinks/jetlinks-gateway/ -->
<dependency>
<groupId>org.jetlinks</groupId>
<artifactId>jetlinks-gateway</artifactId>
<version>1.0.0-RC</version>
</dependency>
// https://jarcasting.com/artifacts/org.jetlinks/jetlinks-gateway/
implementation 'org.jetlinks:jetlinks-gateway:1.0.0-RC'
// https://jarcasting.com/artifacts/org.jetlinks/jetlinks-gateway/
implementation ("org.jetlinks:jetlinks-gateway:1.0.0-RC")
'org.jetlinks:jetlinks-gateway:jar:1.0.0-RC'
<dependency org="org.jetlinks" name="jetlinks-gateway" rev="1.0.0-RC">
<artifact name="jetlinks-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jetlinks', module='jetlinks-gateway', version='1.0.0-RC')
)
libraryDependencies += "org.jetlinks" % "jetlinks-gateway" % "1.0.0-RC"
[org.jetlinks/jetlinks-gateway "1.0.0-RC"]