| GroupId | GroupIdlove.forte.simple-robot.http |
|---|---|
| ArtifactId | ArtifactIdhttp-parent |
| Version | Version2.1.0-RC.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| http-parent-2.1.0-RC.4.pom | 978 bytes |
| 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.1.0-RC.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/http-parent/
implementation 'love.forte.simple-robot.http:http-parent:2.1.0-RC.4'
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/http-parent/
implementation ("love.forte.simple-robot.http:http-parent:2.1.0-RC.4")
'love.forte.simple-robot.http:http-parent:pom:2.1.0-RC.4'
<dependency org="love.forte.simple-robot.http" name="http-parent" rev="2.1.0-RC.4">
<artifact name="http-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.http', module='http-parent', version='2.1.0-RC.4')
)
libraryDependencies += "love.forte.simple-robot.http" % "http-parent" % "2.1.0-RC.4"
[love.forte.simple-robot.http/http-parent "2.1.0-RC.4"]