GroupId | GroupIdcom.breuninger.boot |
---|---|
ArtifactId | ArtifactIdexample-app |
Version | Version3.0.3.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
example-app-3.0.3.RELEASE.pom | |
example-app-3.0.3.RELEASE.jar | 49 MB |
example-app-3.0.3.RELEASE-sources.jar | 7 KB |
example-app-3.0.3.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.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"]