GroupId | GroupIdcom.breuninger.boot |
---|---|
ArtifactId | ArtifactIdexample-admin |
Version | Version3.1.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
example-admin-3.1.1.RELEASE.pom | |
example-admin-3.1.1.RELEASE.jar | 27 MB |
example-admin-3.1.1.RELEASE-sources.jar | 1 KB |
example-admin-3.1.1.RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.breuninger.boot/example-admin/ -->
<dependency>
<groupId>com.breuninger.boot</groupId>
<artifactId>example-admin</artifactId>
<version>3.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.breuninger.boot/example-admin/
implementation 'com.breuninger.boot:example-admin:3.1.1.RELEASE'
// https://jarcasting.com/artifacts/com.breuninger.boot/example-admin/
implementation ("com.breuninger.boot:example-admin:3.1.1.RELEASE")
'com.breuninger.boot:example-admin:jar:3.1.1.RELEASE'
<dependency org="com.breuninger.boot" name="example-admin" rev="3.1.1.RELEASE">
<artifact name="example-admin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.breuninger.boot', module='example-admin', version='3.1.1.RELEASE')
)
libraryDependencies += "com.breuninger.boot" % "example-admin" % "3.1.1.RELEASE"
[com.breuninger.boot/example-admin "3.1.1.RELEASE"]