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