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