Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.frtu.libs |
ArtifactId | ArtifactIdlib-webclient |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
lib-webclient-1.2.0.pom | |
lib-webclient-1.2.0.jar | 23 KB |
lib-webclient-1.2.0-sources.jar | 4 KB |
lib-webclient-1.2.0-javadoc.jar | 332 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.frtu.libs/lib-webclient/ -->
<dependency>
<groupId>com.github.frtu.libs</groupId>
<artifactId>lib-webclient</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.libs/lib-webclient/
implementation 'com.github.frtu.libs:lib-webclient:1.2.0'
// https://jarcasting.com/artifacts/com.github.frtu.libs/lib-webclient/
implementation ("com.github.frtu.libs:lib-webclient:1.2.0")
'com.github.frtu.libs:lib-webclient:jar:1.2.0'
<dependency org="com.github.frtu.libs" name="lib-webclient" rev="1.2.0">
<artifact name="lib-webclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.libs', module='lib-webclient', version='1.2.0')
)
libraryDependencies += "com.github.frtu.libs" % "lib-webclient" % "1.2.0"
[com.github.frtu.libs/lib-webclient "1.2.0"]