GroupId | GroupIdorg.httpobjects.test |
---|---|
ArtifactId | ArtifactIdhttpobjects-test |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
httpobjects-test-0.9.0.pom | |
httpobjects-test-0.9.0.jar | 26 KB |
httpobjects-test-0.9.0-sources.jar | 5 KB |
httpobjects-test-0.9.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.httpobjects.test/httpobjects-test/ -->
<dependency>
<groupId>org.httpobjects.test</groupId>
<artifactId>httpobjects-test</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.httpobjects.test/httpobjects-test/
implementation 'org.httpobjects.test:httpobjects-test:0.9.0'
// https://jarcasting.com/artifacts/org.httpobjects.test/httpobjects-test/
implementation ("org.httpobjects.test:httpobjects-test:0.9.0")
'org.httpobjects.test:httpobjects-test:jar:0.9.0'
<dependency org="org.httpobjects.test" name="httpobjects-test" rev="0.9.0">
<artifact name="httpobjects-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.httpobjects.test', module='httpobjects-test', version='0.9.0')
)
libraryDependencies += "org.httpobjects.test" % "httpobjects-test" % "0.9.0"
[org.httpobjects.test/httpobjects-test "0.9.0"]