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