| License |
License |
|---|---|
| GroupId | GroupIdio.rtr.alchemy |
| ArtifactId | ArtifactIdalchemy-example |
| Last Version | Last Version2.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAlchemy Example Program
Alchemy is a library and a REST service for managing and tracking experiments and A/B testing
|
| Filename | Size |
|---|---|
| alchemy-example-2.0.4.pom | |
| alchemy-example-2.0.4.jar | 18 KB |
| alchemy-example-2.0.4-sources.jar | 10 KB |
| alchemy-example-2.0.4-javadoc.jar | 94 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.rtr.alchemy/alchemy-example/ -->
<dependency>
<groupId>io.rtr.alchemy</groupId>
<artifactId>alchemy-example</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.rtr.alchemy/alchemy-example/
implementation 'io.rtr.alchemy:alchemy-example:2.0.4'
// https://jarcasting.com/artifacts/io.rtr.alchemy/alchemy-example/
implementation ("io.rtr.alchemy:alchemy-example:2.0.4")
'io.rtr.alchemy:alchemy-example:jar:2.0.4'
<dependency org="io.rtr.alchemy" name="alchemy-example" rev="2.0.4">
<artifact name="alchemy-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rtr.alchemy', module='alchemy-example', version='2.0.4')
)
libraryDependencies += "io.rtr.alchemy" % "alchemy-example" % "2.0.4"
[io.rtr.alchemy/alchemy-example "2.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.rtr.alchemy : alchemy-core | jar | 2.0.4 |
| io.rtr.alchemy : alchemy-client | jar | 2.0.4 |
| io.rtr.alchemy : alchemy-api | jar | 2.0.4 |
| io.rtr.alchemy : alchemy-service | jar | 2.0.4 |
| io.rtr.alchemy : alchemy-db-memory | jar | 2.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.rtr.alchemy : alchemy-testing | jar | 2.0.4 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.24.5 |
| nl.jqno.equalsverifier : equalsverifier | jar | 1.4.1 |