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