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