GroupId | GroupIdcom.pastdev.httpcomponents |
---|---|
ArtifactId | ArtifactIdserver-test |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
server-test-0.0.7.pom | |
server-test-0.0.7.jar | 5 KB |
server-test-0.0.7-sources.jar | 1 KB |
server-test-0.0.7-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pastdev.httpcomponents/server-test/ -->
<dependency>
<groupId>com.pastdev.httpcomponents</groupId>
<artifactId>server-test</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/server-test/
implementation 'com.pastdev.httpcomponents:server-test:0.0.7'
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/server-test/
implementation ("com.pastdev.httpcomponents:server-test:0.0.7")
'com.pastdev.httpcomponents:server-test:jar:0.0.7'
<dependency org="com.pastdev.httpcomponents" name="server-test" rev="0.0.7">
<artifact name="server-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pastdev.httpcomponents', module='server-test', version='0.0.7')
)
libraryDependencies += "com.pastdev.httpcomponents" % "server-test" % "0.0.7"
[com.pastdev.httpcomponents/server-test "0.0.7"]