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