coodex 项目集
感谢JetBrains提供IDE工具开源授权。
- coodex-libraries coodex的一些通用库
- concrete 一种基于Java的服务定义规范
| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices Dex General Purpose Libraries Utility | 
| GroupId | GroupIdorg.coodex | 
| ArtifactId | ArtifactIdconcrete-spring-boot-jaxrs | 
| Last Version | Last Version0.4.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionconcrete service definition spec. | 
<!-- https://jarcasting.com/artifacts/org.coodex/concrete-spring-boot-jaxrs/ -->
<dependency>
    <groupId>org.coodex</groupId>
    <artifactId>concrete-spring-boot-jaxrs</artifactId>
    <version>0.4.1</version>
</dependency>// https://jarcasting.com/artifacts/org.coodex/concrete-spring-boot-jaxrs/
implementation 'org.coodex:concrete-spring-boot-jaxrs:0.4.1'// https://jarcasting.com/artifacts/org.coodex/concrete-spring-boot-jaxrs/
implementation ("org.coodex:concrete-spring-boot-jaxrs:0.4.1")'org.coodex:concrete-spring-boot-jaxrs:jar:0.4.1'<dependency org="org.coodex" name="concrete-spring-boot-jaxrs" rev="0.4.1">
  <artifact name="concrete-spring-boot-jaxrs" type="jar" />
</dependency>@Grapes(
@Grab(group='org.coodex', module='concrete-spring-boot-jaxrs', version='0.4.1')
)libraryDependencies += "org.coodex" % "concrete-spring-boot-jaxrs" % "0.4.1"[org.coodex/concrete-spring-boot-jaxrs "0.4.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.coodex : concrete-support-jsr339 | jar | 0.4.1 | 
| org.coodex : concrete-core-spring | jar | 0.4.1 | 
| org.springframework.boot : spring-boot-starter-jersey | jar | 
感谢JetBrains提供IDE工具开源授权。