| License |
License
GPL
|
|---|---|
| Categories |
CategoriesConfiguration Application Layer Libs config |
| GroupId | GroupIdorg.coldis |
| ArtifactId | ArtifactIdconfiguration |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionCommon configuration
Common configuration and dependencies.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| configuration-1.0.3.pom | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.coldis/configuration/ -->
<dependency>
<groupId>org.coldis</groupId>
<artifactId>configuration</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.coldis/configuration/
implementation 'org.coldis:configuration:1.0.3'
// https://jarcasting.com/artifacts/org.coldis/configuration/
implementation ("org.coldis:configuration:1.0.3")
'org.coldis:configuration:pom:1.0.3'
<dependency org="org.coldis" name="configuration" rev="1.0.3">
<artifact name="configuration" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.coldis', module='configuration', version='1.0.3')
)
libraryDependencies += "org.coldis" % "configuration" % "1.0.3"
[org.coldis/configuration "1.0.3"]