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