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