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