GroupId | GroupIdcom.github.lyjaeho |
---|---|
ArtifactId | ArtifactIdjizcode-starter-parent |
Version | Version1.0.10-BETA |
Type | Typepom |
Filename | Size |
---|---|
jizcode-starter-parent-1.0.10-BETA.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lyjaeho/jizcode-starter-parent/ -->
<dependency>
<groupId>com.github.lyjaeho</groupId>
<artifactId>jizcode-starter-parent</artifactId>
<version>1.0.10-BETA</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lyjaeho/jizcode-starter-parent/
implementation 'com.github.lyjaeho:jizcode-starter-parent:1.0.10-BETA'
// https://jarcasting.com/artifacts/com.github.lyjaeho/jizcode-starter-parent/
implementation ("com.github.lyjaeho:jizcode-starter-parent:1.0.10-BETA")
'com.github.lyjaeho:jizcode-starter-parent:pom:1.0.10-BETA'
<dependency org="com.github.lyjaeho" name="jizcode-starter-parent" rev="1.0.10-BETA">
<artifact name="jizcode-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lyjaeho', module='jizcode-starter-parent', version='1.0.10-BETA')
)
libraryDependencies += "com.github.lyjaeho" % "jizcode-starter-parent" % "1.0.10-BETA"
[com.github.lyjaeho/jizcode-starter-parent "1.0.10-BETA"]