| GroupId | GroupIdcom.zmops |
|---|---|
| ArtifactId | ArtifactIdruntime-server |
| Version | Version1.0.1-RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.zmops/runtime-server/ -->
<dependency>
<groupId>com.zmops</groupId>
<artifactId>runtime-server</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.zmops/runtime-server/
implementation 'com.zmops:runtime-server:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.zmops/runtime-server/
implementation ("com.zmops:runtime-server:1.0.1-RELEASE")
'com.zmops:runtime-server:jar:1.0.1-RELEASE'
<dependency org="com.zmops" name="runtime-server" rev="1.0.1-RELEASE">
<artifact name="runtime-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zmops', module='runtime-server', version='1.0.1-RELEASE')
)
libraryDependencies += "com.zmops" % "runtime-server" % "1.0.1-RELEASE"
[com.zmops/runtime-server "1.0.1-RELEASE"]