GroupId | GroupIdio.github.majianzheng |
---|---|
ArtifactId | ArtifactIdjarboot-server |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
jarboot-server-1.0.8.pom | |
jarboot-server-1.0.8.jar | 47 MB |
jarboot-server-1.0.8-sources.jar | 747 KB |
jarboot-server-1.0.8-javadoc.jar | 528 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-server/ -->
<dependency>
<groupId>io.github.majianzheng</groupId>
<artifactId>jarboot-server</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-server/
implementation 'io.github.majianzheng:jarboot-server:1.0.8'
// https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-server/
implementation ("io.github.majianzheng:jarboot-server:1.0.8")
'io.github.majianzheng:jarboot-server:jar:1.0.8'
<dependency org="io.github.majianzheng" name="jarboot-server" rev="1.0.8">
<artifact name="jarboot-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.majianzheng', module='jarboot-server', version='1.0.8')
)
libraryDependencies += "io.github.majianzheng" % "jarboot-server" % "1.0.8"
[io.github.majianzheng/jarboot-server "1.0.8"]