<dependency>
<groupId>no.finn.unleash</groupId>
<artifactId>unleash-client-java</artifactId>
<version>3.2.9</version>
</dependency>
@Grapes(
@Grab(group='no.finn.unleash', module='unleash-client-java', version='3.2.9')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
compile
|-- com.google.code.gson:gson:2.8.5
|-- org.apache.logging.log4j:log4j-api:2.11.2
test
|-- org.junit.jupiter:junit-jupiter-engine:5.4.2
|-- org.junit.jupiter:junit-jupiter-params:5.4.2
|-- org.junit.vintage:junit-vintage-engine:5.4.2
|-- org.hamcrest:hamcrest-all:1.3
|-- org.assertj:assertj-core:3.12.2
|-- org.mockito:mockito-core:2.28.2
|-- com.github.tomakehurst:wiremock:2.23.2