Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.computelab |
ArtifactId | ArtifactIdconfig |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
config-0.1.0.pom | |
config-0.1.0.jar | 24 KB |
config-0.1.0-sources.jar | 13 KB |
config-0.1.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.computelab/config/ -->
<dependency>
<groupId>org.computelab</groupId>
<artifactId>config</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.computelab/config/
implementation 'org.computelab:config:0.1.0'
// https://jarcasting.com/artifacts/org.computelab/config/
implementation ("org.computelab:config:0.1.0")
'org.computelab:config:jar:0.1.0'
<dependency org="org.computelab" name="config" rev="0.1.0">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.computelab', module='config', version='0.1.0')
)
libraryDependencies += "org.computelab" % "config" % "0.1.0"
[org.computelab/config "0.1.0"]