GroupId | GroupIdio.jboot |
---|---|
ArtifactId | ArtifactIdjboot |
Version | Version3.3.4 |
Type | Typejar |
Filename | Size |
---|---|
jboot-3.3.4.pom | |
jboot-3.3.4.jar | 658 KB |
jboot-3.3.4-sources.jar | 508 KB |
jboot-3.3.4-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jboot/jboot/ -->
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.jboot/jboot/
implementation 'io.jboot:jboot:3.3.4'
// https://jarcasting.com/artifacts/io.jboot/jboot/
implementation ("io.jboot:jboot:3.3.4")
'io.jboot:jboot:jar:3.3.4'
<dependency org="io.jboot" name="jboot" rev="3.3.4">
<artifact name="jboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jboot', module='jboot', version='3.3.4')
)
libraryDependencies += "io.jboot" % "jboot" % "3.3.4"
[io.jboot/jboot "3.3.4"]