Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdlove.forte.simple-robot.http |
ArtifactId | ArtifactIdclient-core |
Version | Version2.1.0-DEV.10 |
Type | Typejar |
Filename | Size |
---|---|
client-core-2.1.0-DEV.10.pom | |
client-core-2.1.0-DEV.10.jar | 38 KB |
client-core-2.1.0-DEV.10-sources.jar | 11 KB |
client-core-2.1.0-DEV.10-javadoc.jar | 343 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-core/ -->
<dependency>
<groupId>love.forte.simple-robot.http</groupId>
<artifactId>client-core</artifactId>
<version>2.1.0-DEV.10</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-core/
implementation 'love.forte.simple-robot.http:client-core:2.1.0-DEV.10'
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-core/
implementation ("love.forte.simple-robot.http:client-core:2.1.0-DEV.10")
'love.forte.simple-robot.http:client-core:jar:2.1.0-DEV.10'
<dependency org="love.forte.simple-robot.http" name="client-core" rev="2.1.0-DEV.10">
<artifact name="client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.http', module='client-core', version='2.1.0-DEV.10')
)
libraryDependencies += "love.forte.simple-robot.http" % "client-core" % "2.1.0-DEV.10"
[love.forte.simple-robot.http/client-core "2.1.0-DEV.10"]