Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.clinmanc |
ArtifactId | ArtifactIdsummer-boot-starter-parent |
Version | Version1.0.6 |
Type | Typepom |
Filename | Size |
---|---|
summer-boot-starter-parent-1.0.6.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.clinmanc/summer-boot-starter-parent/ -->
<dependency>
<groupId>com.github.clinmanc</groupId>
<artifactId>summer-boot-starter-parent</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.clinmanc/summer-boot-starter-parent/
implementation 'com.github.clinmanc:summer-boot-starter-parent:1.0.6'
// https://jarcasting.com/artifacts/com.github.clinmanc/summer-boot-starter-parent/
implementation ("com.github.clinmanc:summer-boot-starter-parent:1.0.6")
'com.github.clinmanc:summer-boot-starter-parent:pom:1.0.6'
<dependency org="com.github.clinmanc" name="summer-boot-starter-parent" rev="1.0.6">
<artifact name="summer-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.clinmanc', module='summer-boot-starter-parent', version='1.0.6')
)
libraryDependencies += "com.github.clinmanc" % "summer-boot-starter-parent" % "1.0.6"
[com.github.clinmanc/summer-boot-starter-parent "1.0.6"]