GroupId | GroupIdcom.breuninger.boot |
---|---|
ArtifactId | ArtifactIdexample-app |
Version | Version3.1.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
example-app-3.1.1.RELEASE.pom | |
example-app-3.1.1.RELEASE.jar | 51 MB |
example-app-3.1.1.RELEASE-sources.jar | 7 KB |
example-app-3.1.1.RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]