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