| Categories |
CategoriesNet config Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdnet.colesico.framework |
| ArtifactId | ArtifactIdcolesico-config |
| Version | Version2.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| colesico-config-2.2.2.pom | |
| colesico-config-2.2.2.jar | 28 KB |
| colesico-config-2.2.2-sources.jar | 20 KB |
| colesico-config-2.2.2-javadoc.jar | 499 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.colesico.framework/colesico-config/ -->
<dependency>
<groupId>net.colesico.framework</groupId>
<artifactId>colesico-config</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.colesico.framework/colesico-config/
implementation 'net.colesico.framework:colesico-config:2.2.2'
// https://jarcasting.com/artifacts/net.colesico.framework/colesico-config/
implementation ("net.colesico.framework:colesico-config:2.2.2")
'net.colesico.framework:colesico-config:jar:2.2.2'
<dependency org="net.colesico.framework" name="colesico-config" rev="2.2.2">
<artifact name="colesico-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.colesico.framework', module='colesico-config', version='2.2.2')
)
libraryDependencies += "net.colesico.framework" % "colesico-config" % "2.2.2"
[net.colesico.framework/colesico-config "2.2.2"]