GroupId | GroupIdcom.github.lyjaeho |
---|---|
ArtifactId | ArtifactIdjizcode-base |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
jizcode-base-1.0.7.pom | |
jizcode-base-1.0.7.jar | 239 KB |
jizcode-base-1.0.7-sources.jar | 149 KB |
jizcode-base-1.0.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lyjaeho/jizcode-base/ -->
<dependency>
<groupId>com.github.lyjaeho</groupId>
<artifactId>jizcode-base</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lyjaeho/jizcode-base/
implementation 'com.github.lyjaeho:jizcode-base:1.0.7'
// https://jarcasting.com/artifacts/com.github.lyjaeho/jizcode-base/
implementation ("com.github.lyjaeho:jizcode-base:1.0.7")
'com.github.lyjaeho:jizcode-base:jar:1.0.7'
<dependency org="com.github.lyjaeho" name="jizcode-base" rev="1.0.7">
<artifact name="jizcode-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lyjaeho', module='jizcode-base', version='1.0.7')
)
libraryDependencies += "com.github.lyjaeho" % "jizcode-base" % "1.0.7"
[com.github.lyjaeho/jizcode-base "1.0.7"]