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