Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.xream.x7 |
ArtifactId | ArtifactIdx7-config |
Version | Version2.0.13.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
x7-config-2.0.13.RELEASE.pom | |
x7-config-2.0.13.RELEASE.jar | 37 KB |
x7-config-2.0.13.RELEASE-sources.jar | 24 KB |
x7-config-2.0.13.RELEASE-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.xream.x7/x7-config/ -->
<dependency>
<groupId>io.xream.x7</groupId>
<artifactId>x7-config</artifactId>
<version>2.0.13.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.xream.x7/x7-config/
implementation 'io.xream.x7:x7-config:2.0.13.RELEASE'
// https://jarcasting.com/artifacts/io.xream.x7/x7-config/
implementation ("io.xream.x7:x7-config:2.0.13.RELEASE")
'io.xream.x7:x7-config:jar:2.0.13.RELEASE'
<dependency org="io.xream.x7" name="x7-config" rev="2.0.13.RELEASE">
<artifact name="x7-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.xream.x7', module='x7-config', version='2.0.13.RELEASE')
)
libraryDependencies += "io.xream.x7" % "x7-config" % "2.0.13.RELEASE"
[io.xream.x7/x7-config "2.0.13.RELEASE"]