Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdat.rseiler.pom-project |
ArtifactId | ArtifactIdconfig |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
config-1.0.pom | |
config-1.0.jar | 1 KB |
config-1.0-config.zip | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.rseiler.pom-project/config/ -->
<dependency>
<groupId>at.rseiler.pom-project</groupId>
<artifactId>config</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.rseiler.pom-project/config/
implementation 'at.rseiler.pom-project:config:1.0'
// https://jarcasting.com/artifacts/at.rseiler.pom-project/config/
implementation ("at.rseiler.pom-project:config:1.0")
'at.rseiler.pom-project:config:jar:1.0'
<dependency org="at.rseiler.pom-project" name="config" rev="1.0">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.rseiler.pom-project', module='config', version='1.0')
)
libraryDependencies += "at.rseiler.pom-project" % "config" % "1.0"
[at.rseiler.pom-project/config "1.0"]