License |
License |
---|---|
Categories |
CategoriesNet JSON Data |
GroupId | GroupIdnet.meku.chameleon |
ArtifactId | ArtifactIdchameleon-persist-json |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionChameleon
A light-weight library to manage the configurations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.meku.chameleon/chameleon-persist-json/ -->
<dependency>
<groupId>net.meku.chameleon</groupId>
<artifactId>chameleon-persist-json</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.meku.chameleon/chameleon-persist-json/
implementation 'net.meku.chameleon:chameleon-persist-json:1.0.3'
// https://jarcasting.com/artifacts/net.meku.chameleon/chameleon-persist-json/
implementation ("net.meku.chameleon:chameleon-persist-json:1.0.3")
'net.meku.chameleon:chameleon-persist-json:jar:1.0.3'
<dependency org="net.meku.chameleon" name="chameleon-persist-json" rev="1.0.3">
<artifact name="chameleon-persist-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.meku.chameleon', module='chameleon-persist-json', version='1.0.3')
)
libraryDependencies += "net.meku.chameleon" % "chameleon-persist-json" % "1.0.3"
[net.meku.chameleon/chameleon-persist-json "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
net.meku.chameleon : chameleon-core | jar | 1.0.3 |
org.springframework.boot : spring-boot-starter-json | jar | 2.1.7.RELEASE |