is not current version
Last Version 3.2.1.RELEASE

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

spring-boot-starter-breuninger

GroupId

GroupId

com.breuninger.boot
ArtifactId

ArtifactId

example-app
Version

Version

3.1.1.RELEASE
Type

Type

jar

Download example-app 3.1.1.RELEASE


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