Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.appulse.encon |
ArtifactId | ArtifactIdencon-config |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
encon-config-1.1.0.pom | |
encon-config-1.1.0.jar | 35 KB |
encon-config-1.1.0-sources.jar | 12 KB |
encon-config-1.1.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.appulse.encon/encon-config/ -->
<dependency>
<groupId>io.appulse.encon</groupId>
<artifactId>encon-config</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.appulse.encon/encon-config/
implementation 'io.appulse.encon:encon-config:1.1.0'
// https://jarcasting.com/artifacts/io.appulse.encon/encon-config/
implementation ("io.appulse.encon:encon-config:1.1.0")
'io.appulse.encon:encon-config:jar:1.1.0'
<dependency org="io.appulse.encon" name="encon-config" rev="1.1.0">
<artifact name="encon-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.appulse.encon', module='encon-config', version='1.1.0')
)
libraryDependencies += "io.appulse.encon" % "encon-config" % "1.1.0"
[io.appulse.encon/encon-config "1.1.0"]