Categories |
CategoriesData config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.sergeybudnik |
ArtifactId | ArtifactIdsmart.config.data |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
smart.config.data-3.2.0.pom | |
smart.config.data-3.2.0.jar | 5 KB |
smart.config.data-3.2.0-sources.jar | 2 KB |
smart.config.data-3.2.0-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>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sergeybudnik/smart.config.data/
implementation 'com.github.sergeybudnik:smart.config.data:3.2.0'
// https://jarcasting.com/artifacts/com.github.sergeybudnik/smart.config.data/
implementation ("com.github.sergeybudnik:smart.config.data:3.2.0")
'com.github.sergeybudnik:smart.config.data:jar:3.2.0'
<dependency org="com.github.sergeybudnik" name="smart.config.data" rev="3.2.0">
<artifact name="smart.config.data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sergeybudnik', module='smart.config.data', version='3.2.0')
)
libraryDependencies += "com.github.sergeybudnik" % "smart.config.data" % "3.2.0"
[com.github.sergeybudnik/smart.config.data "3.2.0"]