coodex 项目集
感谢JetBrains提供IDE工具开源授权。
- coodex-libraries coodex的一些通用库
- concrete 一种基于Java的服务定义规范
License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdorg.coodex |
ArtifactId | ArtifactIdconcrete-attachments-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-attachments-jaxrs/ -->
<dependency>
<groupId>org.coodex</groupId>
<artifactId>concrete-attachments-jaxrs</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.coodex/concrete-attachments-jaxrs/
implementation 'org.coodex:concrete-attachments-jaxrs:0.4.1'
// https://jarcasting.com/artifacts/org.coodex/concrete-attachments-jaxrs/
implementation ("org.coodex:concrete-attachments-jaxrs:0.4.1")
'org.coodex:concrete-attachments-jaxrs:jar:0.4.1'
<dependency org="org.coodex" name="concrete-attachments-jaxrs" rev="0.4.1">
<artifact name="concrete-attachments-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coodex', module='concrete-attachments-jaxrs', version='0.4.1')
)
libraryDependencies += "org.coodex" % "concrete-attachments-jaxrs" % "0.4.1"
[org.coodex/concrete-attachments-jaxrs "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.coodex : concrete-core | jar | 0.4.1 |
org.coodex : concrete-attachments | jar | 0.4.1 |
org.coodex : concrete-jaxrs-client | jar | 0.4.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api | jar | 2.1 |
commons-fileupload : commons-fileupload | jar | 1.3.1 |
javax.servlet : servlet-api | jar | 2.3 |
感谢JetBrains提供IDE工具开源授权。