Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.aeontronix.restclient |
ArtifactId | ArtifactIdaeon-rest-client |
Version | Version1.0.0-beta5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aeontronix.restclient/aeon-rest-client/ -->
<dependency>
<groupId>com.aeontronix.restclient</groupId>
<artifactId>aeon-rest-client</artifactId>
<version>1.0.0-beta5</version>
</dependency>
// https://jarcasting.com/artifacts/com.aeontronix.restclient/aeon-rest-client/
implementation 'com.aeontronix.restclient:aeon-rest-client:1.0.0-beta5'
// https://jarcasting.com/artifacts/com.aeontronix.restclient/aeon-rest-client/
implementation ("com.aeontronix.restclient:aeon-rest-client:1.0.0-beta5")
'com.aeontronix.restclient:aeon-rest-client:jar:1.0.0-beta5'
<dependency org="com.aeontronix.restclient" name="aeon-rest-client" rev="1.0.0-beta5">
<artifact name="aeon-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aeontronix.restclient', module='aeon-rest-client', version='1.0.0-beta5')
)
libraryDependencies += "com.aeontronix.restclient" % "aeon-rest-client" % "1.0.0-beta5"
[com.aeontronix.restclient/aeon-rest-client "1.0.0-beta5"]