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