Categories |
CategoriesData config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.sergeybudnik |
ArtifactId | ArtifactIdsmart.config.data |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
smart.config.data-1.0.6.pom | |
smart.config.data-1.0.6.jar | 5 KB |
smart.config.data-1.0.6-sources.jar | 2 KB |
smart.config.data-1.0.6-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sergeybudnik/smart.config.data/ -->
<dependency>
<groupId>com.github.sergeybudnik</groupId>
<artifactId>smart.config.data</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sergeybudnik/smart.config.data/
implementation 'com.github.sergeybudnik:smart.config.data:1.0.6'
// https://jarcasting.com/artifacts/com.github.sergeybudnik/smart.config.data/
implementation ("com.github.sergeybudnik:smart.config.data:1.0.6")
'com.github.sergeybudnik:smart.config.data:jar:1.0.6'
<dependency org="com.github.sergeybudnik" name="smart.config.data" rev="1.0.6">
<artifact name="smart.config.data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sergeybudnik', module='smart.config.data', version='1.0.6')
)
libraryDependencies += "com.github.sergeybudnik" % "smart.config.data" % "1.0.6"
[com.github.sergeybudnik/smart.config.data "1.0.6"]