GroupId | GroupIdio.github.novareseller |
---|---|
ArtifactId | ArtifactIdboot-all |
Version | Version1.0.0.alpha |
Type | Typejar |
Filename | Size |
---|---|
boot-all-1.0.0.alpha.pom | |
boot-all-1.0.0.alpha.jar | 32 KB |
boot-all-1.0.0.alpha-sources.jar | 19 KB |
boot-all-1.0.0.alpha-javadoc.jar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.novareseller/boot-all/ -->
<dependency>
<groupId>io.github.novareseller</groupId>
<artifactId>boot-all</artifactId>
<version>1.0.0.alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.novareseller/boot-all/
implementation 'io.github.novareseller:boot-all:1.0.0.alpha'
// https://jarcasting.com/artifacts/io.github.novareseller/boot-all/
implementation ("io.github.novareseller:boot-all:1.0.0.alpha")
'io.github.novareseller:boot-all:jar:1.0.0.alpha'
<dependency org="io.github.novareseller" name="boot-all" rev="1.0.0.alpha">
<artifact name="boot-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.novareseller', module='boot-all', version='1.0.0.alpha')
)
libraryDependencies += "io.github.novareseller" % "boot-all" % "1.0.0.alpha"
[io.github.novareseller/boot-all "1.0.0.alpha"]