| License |
License |
|---|---|
| GroupId | GroupIdcom.github.idouzi |
| ArtifactId | ArtifactIdserver |
| Last Version | Last Version1.5-RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| server-1.5-RELEASE.pom | |
| server-1.5-RELEASE.jar | 12 KB |
| server-1.5-RELEASE-sources.jar | 5 KB |
| server-1.5-RELEASE-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.idouzi/server/ -->
<dependency>
<groupId>com.github.idouzi</groupId>
<artifactId>server</artifactId>
<version>1.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.idouzi/server/
implementation 'com.github.idouzi:server:1.5-RELEASE'
// https://jarcasting.com/artifacts/com.github.idouzi/server/
implementation ("com.github.idouzi:server:1.5-RELEASE")
'com.github.idouzi:server:jar:1.5-RELEASE'
<dependency org="com.github.idouzi" name="server" rev="1.5-RELEASE">
<artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.idouzi', module='server', version='1.5-RELEASE')
)
libraryDependencies += "com.github.idouzi" % "server" % "1.5-RELEASE"
[com.github.idouzi/server "1.5-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.0.3.RELEASE |
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.3.RELEASE |
| org.springframework : spring-context | jar | |
| com.google.code.gson : gson | jar | 2.8.5 |
| org.apache.httpcomponents : httpclient | jar | 4.5.5 |
| com.alibaba : fastjson | jar | 1.2.45 |
| com.fasterxml.jackson.core : jackson-core | jar |