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