GroupId | GroupIdcom.gregmarut.resty |
---|---|
ArtifactId | ArtifactIdserver-it |
Version | Version1.4.4 |
Type | Typejar |
Filename | Size |
---|---|
server-it-1.4.4.pom | |
server-it-1.4.4.jar | 18 KB |
server-it-1.4.4-sources.jar | 15 KB |
server-it-1.4.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.resty/server-it/
implementation 'com.gregmarut.resty:server-it:1.4.4'
// https://jarcasting.com/artifacts/com.gregmarut.resty/server-it/
implementation ("com.gregmarut.resty:server-it:1.4.4")
'com.gregmarut.resty:server-it:jar:1.4.4'
<dependency org="com.gregmarut.resty" name="server-it" rev="1.4.4">
<artifact name="server-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.resty', module='server-it', version='1.4.4')
)
libraryDependencies += "com.gregmarut.resty" % "server-it" % "1.4.4"
[com.gregmarut.resty/server-it "1.4.4"]