Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdcom.botronsoft.cmj.spi |
ArtifactId | ArtifactIdconfiguration-manager-spi-tools |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.botronsoft.cmj.spi/configuration-manager-spi-tools/ -->
<dependency>
<groupId>com.botronsoft.cmj.spi</groupId>
<artifactId>configuration-manager-spi-tools</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.botronsoft.cmj.spi/configuration-manager-spi-tools/
implementation 'com.botronsoft.cmj.spi:configuration-manager-spi-tools:1.2.0'
// https://jarcasting.com/artifacts/com.botronsoft.cmj.spi/configuration-manager-spi-tools/
implementation ("com.botronsoft.cmj.spi:configuration-manager-spi-tools:1.2.0")
'com.botronsoft.cmj.spi:configuration-manager-spi-tools:jar:1.2.0'
<dependency org="com.botronsoft.cmj.spi" name="configuration-manager-spi-tools" rev="1.2.0">
<artifact name="configuration-manager-spi-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.botronsoft.cmj.spi', module='configuration-manager-spi-tools', version='1.2.0')
)
libraryDependencies += "com.botronsoft.cmj.spi" % "configuration-manager-spi-tools" % "1.2.0"
[com.botronsoft.cmj.spi/configuration-manager-spi-tools "1.2.0"]