Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdua.com.lavi |
ArtifactId | ArtifactIdfsafe-rest-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
fsafe-rest-client-1.0.0.pom | |
fsafe-rest-client-1.0.0.jar | 24 KB |
fsafe-rest-client-1.0.0-sources.jar | 949 bytes |
fsafe-rest-client-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ua.com.lavi/fsafe-rest-client/ -->
<dependency>
<groupId>ua.com.lavi</groupId>
<artifactId>fsafe-rest-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ua.com.lavi/fsafe-rest-client/
implementation 'ua.com.lavi:fsafe-rest-client:1.0.0'
// https://jarcasting.com/artifacts/ua.com.lavi/fsafe-rest-client/
implementation ("ua.com.lavi:fsafe-rest-client:1.0.0")
'ua.com.lavi:fsafe-rest-client:jar:1.0.0'
<dependency org="ua.com.lavi" name="fsafe-rest-client" rev="1.0.0">
<artifact name="fsafe-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='ua.com.lavi', module='fsafe-rest-client', version='1.0.0')
)
libraryDependencies += "ua.com.lavi" % "fsafe-rest-client" % "1.0.0"
[ua.com.lavi/fsafe-rest-client "1.0.0"]