GroupId | GroupIdlove.forte.simple-robot.http |
---|---|
ArtifactId | ArtifactIdhttp-parent |
Version | Version2.0.9-dev.1 |
Type | Typejar |
Filename | Size |
---|---|
http-parent-2.0.9-dev.1.pom | 979 bytes |
http-parent-2.0.9-dev.1-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot.http/http-parent/ -->
<dependency>
<groupId>love.forte.simple-robot.http</groupId>
<artifactId>http-parent</artifactId>
<version>2.0.9-dev.1</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/http-parent/
implementation 'love.forte.simple-robot.http:http-parent:2.0.9-dev.1'
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/http-parent/
implementation ("love.forte.simple-robot.http:http-parent:2.0.9-dev.1")
'love.forte.simple-robot.http:http-parent:jar:2.0.9-dev.1'
<dependency org="love.forte.simple-robot.http" name="http-parent" rev="2.0.9-dev.1">
<artifact name="http-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.http', module='http-parent', version='2.0.9-dev.1')
)
libraryDependencies += "love.forte.simple-robot.http" % "http-parent" % "2.0.9-dev.1"
[love.forte.simple-robot.http/http-parent "2.0.9-dev.1"]