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