Files download
File Operation
server-2.9.0.jar download
server-2.9.0.pom download
server-2.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.chutneytesting</groupId>
  <artifactId>server</artifactId>
  <version>2.9.0</version>
</dependency>
Gradle Groovy
implementation 'com.chutneytesting:server:2.9.0'
Gradle Kotlin
implementation("com.chutneytesting:server:2.9.0")
Scala SBT
libraryDependencies += "com.chutneytesting" % "server" % "2.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.chutneytesting', module='server', version='2.9.0')
)
Apache Ivy
<dependency org="com.chutneytesting" name="server" rev="2.9.0" />
Leiningen
[com.chutneytesting/server "2.9.0"]
Apache Buildr
'com.chutneytesting:server:jar:2.9.0'
Dependencies
<parent>
  <groupId>com.chutneytesting</groupId>
  <artifactId>chutney-parent</artifactId>
  <version>2.9.0</version>
</parent>

compile

|-- com.chutneytesting:server-core

|-- com.chutneytesting:engine

|-- com.chutneytesting:environment

|-- com.chutneytesting:jira

|-- com.chutneytesting:tools

|-- org.springframework.boot:spring-boot-starter-data-jpa

|-- org.springframework.boot:spring-boot-starter-webflux

|-- org.springframework.boot:spring-boot-starter-web

|-- org.springframework.boot:spring-boot-starter-undertow

|-- org.springframework.boot:spring-boot-starter-actuator

|-- org.springframework.boot:spring-boot-starter-security

|-- org.springframework.boot:spring-boot-starter-jdbc

|-- io.micrometer:micrometer-registry-prometheus

|-- org.liquibase:liquibase-core

|-- org.apache.commons:commons-lang3

|-- org.apache.commons:commons-text

|-- com.fasterxml.jackson.core:jackson-core

|-- com.fasterxml.jackson.core:jackson-databind

|-- com.fasterxml.jackson.datatype:jackson-datatype-jdk8

|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310

|-- com.fasterxml.jackson.datatype:jackson-datatype-guava

|-- com.fasterxml.jackson.module:jackson-module-paranamer

|-- org.mapstruct:mapstruct

|-- org.hjson:hjson

|-- org.jdom:jdom2

|-- jaxen:jaxen

|-- org.apache.httpcomponents.client5:httpclient5

|-- com.zaxxer:HikariCP

|-- com.google.guava:guava

|-- jakarta.xml.bind:jakarta.xml.bind-api

|-- com.github.ben-manes.caffeine:caffeine

|-- org.springframework.boot:spring-boot-starter-test

|-- org.springframework.security:spring-security-test

|-- org.apache.activemq.tooling:activemq-junit

|-- net.jqwik:jqwik

|-- net.jqwik:jqwik-time

runtime

|-- com.chutneytesting:action-impl

|-- ch.qos.logback:logback-classic

|-- org.glassfish.jaxb:jaxb-runtime

test

|-- com.chutneytesting:chutney-junit-engine

|-- com.chutneytesting:ui

|-- com.h2database:h2

|-- org.xerial:sqlite-jdbc

|-- org.hibernate.orm:hibernate-community-dialects

|-- org.postgresql:postgresql

|-- org.apache.sshd:sshd-core

|-- org.wiremock:wiremock-standalone

|-- org.apache.activemq:activemq-broker

|-- org.testcontainers:postgresql