is not current version
Last Version 1.4.9

com.chutneytesting:server 1.4.1


GroupId

GroupId

com.chutneytesting
ArtifactId

ArtifactId

server
Version

Version

1.4.1
Type

Type

jar

Download server 1.4.1


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