Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.smartdeveloperhub |
ArtifactId | ArtifactIdsdh-config |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
sdh-config-0.2.0.pom | |
sdh-config-0.2.0.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smartdeveloperhub/sdh-config/ -->
<dependency>
<groupId>org.smartdeveloperhub</groupId>
<artifactId>sdh-config</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartdeveloperhub/sdh-config/
implementation 'org.smartdeveloperhub:sdh-config:0.2.0'
// https://jarcasting.com/artifacts/org.smartdeveloperhub/sdh-config/
implementation ("org.smartdeveloperhub:sdh-config:0.2.0")
'org.smartdeveloperhub:sdh-config:jar:0.2.0'
<dependency org="org.smartdeveloperhub" name="sdh-config" rev="0.2.0">
<artifact name="sdh-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartdeveloperhub', module='sdh-config', version='0.2.0')
)
libraryDependencies += "org.smartdeveloperhub" % "sdh-config" % "0.2.0"
[org.smartdeveloperhub/sdh-config "0.2.0"]