| License | License
                                                        ASF v2 License                                                 | 
|---|---|
| GroupId | GroupIdorg.constretto | 
| ArtifactId | ArtifactIdconstretto-test | 
| Version | Version3.0.0-BETA1 | 
| Type | Typejar | 
| Description | DescriptionConstretto :: Test - 3.0.0-BETA1 This project aims to help java application developers to manage
        their configuration issues. | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.constretto/constretto-test/ -->
<dependency>
    <groupId>org.constretto</groupId>
    <artifactId>constretto-test</artifactId>
    <version>3.0.0-BETA1</version>
</dependency>// https://jarcasting.com/artifacts/org.constretto/constretto-test/
implementation 'org.constretto:constretto-test:3.0.0-BETA1'// https://jarcasting.com/artifacts/org.constretto/constretto-test/
implementation ("org.constretto:constretto-test:3.0.0-BETA1")'org.constretto:constretto-test:jar:3.0.0-BETA1'<dependency org="org.constretto" name="constretto-test" rev="3.0.0-BETA1">
  <artifact name="constretto-test" type="jar" />
</dependency>@Grapes(
@Grab(group='org.constretto', module='constretto-test', version='3.0.0-BETA1')
)libraryDependencies += "org.constretto" % "constretto-test" % "3.0.0-BETA1"[org.constretto/constretto-test "3.0.0-BETA1"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.constretto : constretto-core | jar | 3.0.0-BETA1 | 
| org.constretto : constretto-api | jar | 3.0.0-BETA1 | 
| org.reflections : reflections | jar | 0.9.10 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.21 |