GroupId | GroupIdcom.github.wenbo2018 |
---|---|
ArtifactId | ArtifactIdjconf-common |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jconf-common-1.0.0.pom | |
jconf-common-1.0.0.jar | 12 KB |
jconf-common-1.0.0-sources.jar | 7 KB |
jconf-common-1.0.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wenbo2018/jconf-common/ -->
<dependency>
<groupId>com.github.wenbo2018</groupId>
<artifactId>jconf-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wenbo2018/jconf-common/
implementation 'com.github.wenbo2018:jconf-common:1.0.0'
// https://jarcasting.com/artifacts/com.github.wenbo2018/jconf-common/
implementation ("com.github.wenbo2018:jconf-common:1.0.0")
'com.github.wenbo2018:jconf-common:jar:1.0.0'
<dependency org="com.github.wenbo2018" name="jconf-common" rev="1.0.0">
<artifact name="jconf-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wenbo2018', module='jconf-common', version='1.0.0')
)
libraryDependencies += "com.github.wenbo2018" % "jconf-common" % "1.0.0"
[com.github.wenbo2018/jconf-common "1.0.0"]