Last Version

Alchemy Project 2.0.4

Alchemy is a library and a REST service for managing and tracking experiments and A/B testing

License

License

GroupId

GroupId

io.rtr.alchemy
ArtifactId

ArtifactId

alchemy-parent
Version

Version

2.0.4
Type

Type

pom
Description

Description

Alchemy Project
Alchemy is a library and a REST service for managing and tracking experiments and A/B testing
Source Code Management

Source Code Management

https://github.com/RentTheRunway/alchemy

Download alchemy-parent 2.0.4

Filename Size
alchemy-parent-2.0.4.pom 16 KB
Browse

<!-- https://jarcasting.com/artifacts/io.rtr.alchemy/alchemy-parent/ -->
<dependency>
    <groupId>io.rtr.alchemy</groupId>
    <artifactId>alchemy-parent</artifactId>
    <version>2.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rtr.alchemy/alchemy-parent/
implementation 'io.rtr.alchemy:alchemy-parent:2.0.4'
// https://jarcasting.com/artifacts/io.rtr.alchemy/alchemy-parent/
implementation ("io.rtr.alchemy:alchemy-parent:2.0.4")
'io.rtr.alchemy:alchemy-parent:pom:2.0.4'
<dependency org="io.rtr.alchemy" name="alchemy-parent" rev="2.0.4">
  <artifact name="alchemy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rtr.alchemy', module='alchemy-parent', version='2.0.4')
)
libraryDependencies += "io.rtr.alchemy" % "alchemy-parent" % "2.0.4"
[io.rtr.alchemy/alchemy-parent "2.0.4"]

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.24.5
nl.jqno.equalsverifier : equalsverifier jar 1.4.1

Project Modules

  • alchemy-core
  • alchemy-service
  • alchemy-api
  • alchemy-client
  • alchemy-mapping
  • alchemy-db-mongo
  • alchemy-db-memory
  • alchemy-example
  • alchemy-testing