GroupId | GroupIdcom.gregmarut.resty |
---|---|
ArtifactId | ArtifactIdserver-it |
Version | Version1.4.2 |
Type | Typejar |
Filename | Size |
---|---|
server-it-1.4.2.pom | |
server-it-1.4.2.jar | 18 KB |
server-it-1.4.2-sources.jar | 15 KB |
server-it-1.4.2-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gregmarut.resty/server-it/ -->
<dependency>
<groupId>com.gregmarut.resty</groupId>
<artifactId>server-it</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.resty/server-it/
implementation 'com.gregmarut.resty:server-it:1.4.2'
// https://jarcasting.com/artifacts/com.gregmarut.resty/server-it/
implementation ("com.gregmarut.resty:server-it:1.4.2")
'com.gregmarut.resty:server-it:jar:1.4.2'
<dependency org="com.gregmarut.resty" name="server-it" rev="1.4.2">
<artifact name="server-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.resty', module='server-it', version='1.4.2')
)
libraryDependencies += "com.gregmarut.resty" % "server-it" % "1.4.2"
[com.gregmarut.resty/server-it "1.4.2"]