is not current version
Last Version 3.2.1.RELEASE

com.breuninger.boot:example-app 3.0.3.RELEASE

spring-boot-starter-breuninger

GroupId

GroupId

com.breuninger.boot
ArtifactId

ArtifactId

example-app
Version

Version

3.0.3.RELEASE
Type

Type

jar

Download example-app 3.0.3.RELEASE


<!-- https://jarcasting.com/artifacts/com.breuninger.boot/example-app/ -->
<dependency>
    <groupId>com.breuninger.boot</groupId>
    <artifactId>example-app</artifactId>
    <version>3.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.breuninger.boot/example-app/
implementation 'com.breuninger.boot:example-app:3.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.breuninger.boot/example-app/
implementation ("com.breuninger.boot:example-app:3.0.3.RELEASE")
'com.breuninger.boot:example-app:jar:3.0.3.RELEASE'
<dependency org="com.breuninger.boot" name="example-app" rev="3.0.3.RELEASE">
  <artifact name="example-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.breuninger.boot', module='example-app', version='3.0.3.RELEASE')
)
libraryDependencies += "com.breuninger.boot" % "example-app" % "3.0.3.RELEASE"
[com.breuninger.boot/example-app "3.0.3.RELEASE"]