coodex 项目集
感谢JetBrains提供IDE工具开源授权。
- coodex-libraries coodex的一些通用库
- concrete 一种基于Java的服务定义规范
License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdorg.coodex |
ArtifactId | ArtifactIdconcrete-jaxrs-invoker-okhttp3 |
Last Version | Last Version0.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionconcrete service definition spec.
|
<!-- https://jarcasting.com/artifacts/org.coodex/concrete-jaxrs-invoker-okhttp3/ -->
<dependency>
<groupId>org.coodex</groupId>
<artifactId>concrete-jaxrs-invoker-okhttp3</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.coodex/concrete-jaxrs-invoker-okhttp3/
implementation 'org.coodex:concrete-jaxrs-invoker-okhttp3:0.2.2'
// https://jarcasting.com/artifacts/org.coodex/concrete-jaxrs-invoker-okhttp3/
implementation ("org.coodex:concrete-jaxrs-invoker-okhttp3:0.2.2")
'org.coodex:concrete-jaxrs-invoker-okhttp3:jar:0.2.2'
<dependency org="org.coodex" name="concrete-jaxrs-invoker-okhttp3" rev="0.2.2">
<artifact name="concrete-jaxrs-invoker-okhttp3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coodex', module='concrete-jaxrs-invoker-okhttp3', version='0.2.2')
)
libraryDependencies += "org.coodex" % "concrete-jaxrs-invoker-okhttp3" % "0.2.2"
[org.coodex/concrete-jaxrs-invoker-okhttp3 "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.coodex : concrete-jaxrs-client | jar | 0.2.2 |
com.squareup.okhttp3 : okhttp | jar | 3.6.0 |
com.alibaba : fastjson | jar | 1.2.32 |
Group / Artifact | Type | Version |
---|---|---|
org.jboss.spec.javax.ws.rs : jboss-jaxrs-api_2.0_spec | jar | 1.0.0.Final |
感谢JetBrains提供IDE工具开源授权。