Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.aimconsulting |
ArtifactId | ArtifactIdrest-client |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
rest-client-1.3.pom | |
rest-client-1.3.jar | 20 KB |
rest-client-1.3-sources.jar | 9 KB |
rest-client-1.3-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aimconsulting/rest-client/ -->
<dependency>
<groupId>com.aimconsulting</groupId>
<artifactId>rest-client</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.aimconsulting/rest-client/
implementation 'com.aimconsulting:rest-client:1.3'
// https://jarcasting.com/artifacts/com.aimconsulting/rest-client/
implementation ("com.aimconsulting:rest-client:1.3")
'com.aimconsulting:rest-client:jar:1.3'
<dependency org="com.aimconsulting" name="rest-client" rev="1.3">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aimconsulting', module='rest-client', version='1.3')
)
libraryDependencies += "com.aimconsulting" % "rest-client" % "1.3"
[com.aimconsulting/rest-client "1.3"]