License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.varconf |
ArtifactId | ArtifactIdclient |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionVarConf Client
VarConf client for java!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-1.0.0.pom | |
client-1.0.0.jar | 14 KB |
client-1.0.0-sources.jar | 6 KB |
client-1.0.0-javadoc.jar | 454 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.varconf/client/ -->
<dependency>
<groupId>io.github.varconf</groupId>
<artifactId>client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.varconf/client/
implementation 'io.github.varconf:client:1.0.0'
// https://jarcasting.com/artifacts/io.github.varconf/client/
implementation ("io.github.varconf:client:1.0.0")
'io.github.varconf:client:jar:1.0.0'
<dependency org="io.github.varconf" name="client" rev="1.0.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.varconf', module='client', version='1.0.0')
)
libraryDependencies += "io.github.varconf" % "client" % "1.0.0"
[io.github.varconf/client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.alibaba : fastjson | jar | 1.2.31 |
org.slf4j : slf4j-api | jar | 1.7.6 |
org.aspectj : aspectjweaver | jar | 1.7.2 |
org.springframework : spring-context | jar | 4.1.7.RELEASE |
org.springframework : spring-beans | jar | 4.1.7.RELEASE |
org.springframework : spring-test | jar | 4.1.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.6 |