is not current version
Last Version 1.4.9

com.chutneytesting:server 1.3.3


GroupId

GroupId

com.chutneytesting
ArtifactId

ArtifactId

server
Version

Version

1.3.3
Type

Type

jar

Download server 1.3.3


<!-- https://jarcasting.com/artifacts/com.chutneytesting/server/ -->
<dependency>
    <groupId>com.chutneytesting</groupId>
    <artifactId>server</artifactId>
    <version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.chutneytesting/server/
implementation 'com.chutneytesting:server:1.3.3'
// https://jarcasting.com/artifacts/com.chutneytesting/server/
implementation ("com.chutneytesting:server:1.3.3")
'com.chutneytesting:server:jar:1.3.3'
<dependency org="com.chutneytesting" name="server" rev="1.3.3">
  <artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chutneytesting', module='server', version='1.3.3')
)
libraryDependencies += "com.chutneytesting" % "server" % "1.3.3"
[com.chutneytesting/server "1.3.3"]