Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdlove.forte.simple-robot.http |
ArtifactId | ArtifactIdclient-core |
Version | Version2.0.9-snapshot |
Type | Typejar |
Filename | Size |
---|---|
client-core-2.0.9-snapshot.pom | |
client-core-2.0.9-snapshot.jar | 38 KB |
client-core-2.0.9-snapshot-sources.jar | 11 KB |
client-core-2.0.9-snapshot-javadoc.jar | 323 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.0.9-snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-core/
implementation 'love.forte.simple-robot.http:client-core:2.0.9-snapshot'
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-core/
implementation ("love.forte.simple-robot.http:client-core:2.0.9-snapshot")
'love.forte.simple-robot.http:client-core:jar:2.0.9-snapshot'
<dependency org="love.forte.simple-robot.http" name="client-core" rev="2.0.9-snapshot">
<artifact name="client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.http', module='client-core', version='2.0.9-snapshot')
)
libraryDependencies += "love.forte.simple-robot.http" % "client-core" % "2.0.9-snapshot"
[love.forte.simple-robot.http/client-core "2.0.9-snapshot"]