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