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