| Categories |
CategoriesCLI User Interface Apollo Container Microservices ORM Data |
|---|---|
| GroupId | GroupIdcom.yofish.platform |
| ArtifactId | ArtifactIdapollo-client |
| Last Version | Last Version1.0.0.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| apollo-client-1.0.0.RELEASE.pom | |
| apollo-client-1.0.0.RELEASE.jar | 141 KB |
| apollo-client-1.0.0.RELEASE-sources.jar | 76 KB |
| apollo-client-1.0.0.RELEASE-javadoc.jar | 514 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yofish.platform/apollo-client/ -->
<dependency>
<groupId>com.yofish.platform</groupId>
<artifactId>apollo-client</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.yofish.platform/apollo-client/
implementation 'com.yofish.platform:apollo-client:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.yofish.platform/apollo-client/
implementation ("com.yofish.platform:apollo-client:1.0.0.RELEASE")
'com.yofish.platform:apollo-client:jar:1.0.0.RELEASE'
<dependency org="com.yofish.platform" name="apollo-client" rev="1.0.0.RELEASE">
<artifact name="apollo-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yofish.platform', module='apollo-client', version='1.0.0.RELEASE')
)
libraryDependencies += "com.yofish.platform" % "apollo-client" % "1.0.0.RELEASE"
[com.yofish.platform/apollo-client "1.0.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.yofish.platform : apollo-common | jar | 1.0.0.RELEASE |
| com.google.inject : guice | jar | 4.1.0 |
| org.slf4j : slf4j-api | jar | |
| org.springframework : spring-context Optional | jar | |
| org.springframework.boot : spring-boot-autoconfigure Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.16.RELEASE |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.eclipse.jetty : jetty-server | jar | |
| org.slf4j : jcl-over-slf4j | jar |