ollgei-boot-starter-parent
Based spring boot starter, add extension.
deploy
mvn clean deploy -P release-parent
License |
License |
---|---|
GroupId | GroupIdcom.github.ollgei.spring |
ArtifactId | ArtifactIdollgei-boot-starter-parent |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ollgei-boot-starter-parent-1.1.3.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ollgei.spring/ollgei-boot-starter-parent/ -->
<dependency>
<groupId>com.github.ollgei.spring</groupId>
<artifactId>ollgei-boot-starter-parent</artifactId>
<version>1.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ollgei.spring/ollgei-boot-starter-parent/
implementation 'com.github.ollgei.spring:ollgei-boot-starter-parent:1.1.3'
// https://jarcasting.com/artifacts/com.github.ollgei.spring/ollgei-boot-starter-parent/
implementation ("com.github.ollgei.spring:ollgei-boot-starter-parent:1.1.3")
'com.github.ollgei.spring:ollgei-boot-starter-parent:pom:1.1.3'
<dependency org="com.github.ollgei.spring" name="ollgei-boot-starter-parent" rev="1.1.3">
<artifact name="ollgei-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ollgei.spring', module='ollgei-boot-starter-parent', version='1.1.3')
)
libraryDependencies += "com.github.ollgei.spring" % "ollgei-boot-starter-parent" % "1.1.3"
[com.github.ollgei.spring/ollgei-boot-starter-parent "1.1.3"]
Based spring boot starter, add extension.
mvn clean deploy -P release-parent