| GroupId | GroupIdcom.seanox |
|---|---|
| ArtifactId | ArtifactIdseanox-remote-deployment |
| Version | Version0.9.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.seanox/seanox-remote-deployment/ -->
<dependency>
<groupId>com.seanox</groupId>
<artifactId>seanox-remote-deployment</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanox/seanox-remote-deployment/
implementation 'com.seanox:seanox-remote-deployment:0.9.0'
// https://jarcasting.com/artifacts/com.seanox/seanox-remote-deployment/
implementation ("com.seanox:seanox-remote-deployment:0.9.0")
'com.seanox:seanox-remote-deployment:jar:0.9.0'
<dependency org="com.seanox" name="seanox-remote-deployment" rev="0.9.0">
<artifact name="seanox-remote-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanox', module='seanox-remote-deployment', version='0.9.0')
)
libraryDependencies += "com.seanox" % "seanox-remote-deployment" % "0.9.0"
[com.seanox/seanox-remote-deployment "0.9.0"]