GroupId | GroupIdcom.pastdev.httpcomponents |
---|---|
ArtifactId | ArtifactIdserver-test |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
server-test-0.0.5.pom | |
server-test-0.0.5.jar | 5 KB |
server-test-0.0.5-sources.jar | 1 KB |
server-test-0.0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/server-test/
implementation 'com.pastdev.httpcomponents:server-test:0.0.5'
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/server-test/
implementation ("com.pastdev.httpcomponents:server-test:0.0.5")
'com.pastdev.httpcomponents:server-test:jar:0.0.5'
<dependency org="com.pastdev.httpcomponents" name="server-test" rev="0.0.5">
<artifact name="server-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pastdev.httpcomponents', module='server-test', version='0.0.5')
)
libraryDependencies += "com.pastdev.httpcomponents" % "server-test" % "0.0.5"
[com.pastdev.httpcomponents/server-test "0.0.5"]