Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdlove.forte.simple-robot |
ArtifactId | ArtifactIdhttp-client-core |
Version | Version2.0.0-ALPHA.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/http-client-core/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>http-client-core</artifactId>
<version>2.0.0-ALPHA.3</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/http-client-core/
implementation 'love.forte.simple-robot:http-client-core:2.0.0-ALPHA.3'
// https://jarcasting.com/artifacts/love.forte.simple-robot/http-client-core/
implementation ("love.forte.simple-robot:http-client-core:2.0.0-ALPHA.3")
'love.forte.simple-robot:http-client-core:jar:2.0.0-ALPHA.3'
<dependency org="love.forte.simple-robot" name="http-client-core" rev="2.0.0-ALPHA.3">
<artifact name="http-client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='http-client-core', version='2.0.0-ALPHA.3')
)
libraryDependencies += "love.forte.simple-robot" % "http-client-core" % "2.0.0-ALPHA.3"
[love.forte.simple-robot/http-client-core "2.0.0-ALPHA.3"]