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