| License |
License
ASF v2 License
|
|---|---|
| GroupId | GroupIdorg.constretto |
| ArtifactId | ArtifactIdconstretto-api |
| Version | Version3.0.0-BETA1 |
| Type | Typejar |
| Description |
DescriptionConstretto :: API - 3.0.0-BETA1
This project aims to help java application developers to manage
their configuration issues.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| constretto-api-3.0.0-BETA1.pom | |
| constretto-api-3.0.0-BETA1.jar | 15 KB |
| constretto-api-3.0.0-BETA1-sources.jar | 15 KB |
| constretto-api-3.0.0-BETA1-javadoc.jar | 125 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.constretto/constretto-api/ -->
<dependency>
<groupId>org.constretto</groupId>
<artifactId>constretto-api</artifactId>
<version>3.0.0-BETA1</version>
</dependency>
// https://jarcasting.com/artifacts/org.constretto/constretto-api/
implementation 'org.constretto:constretto-api:3.0.0-BETA1'
// https://jarcasting.com/artifacts/org.constretto/constretto-api/
implementation ("org.constretto:constretto-api:3.0.0-BETA1")
'org.constretto:constretto-api:jar:3.0.0-BETA1'
<dependency org="org.constretto" name="constretto-api" rev="3.0.0-BETA1">
<artifact name="constretto-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.constretto', module='constretto-api', version='3.0.0-BETA1')
)
libraryDependencies += "org.constretto" % "constretto-api" % "3.0.0-BETA1"
[org.constretto/constretto-api "3.0.0-BETA1"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |