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