Categories |
CategoriesApollo Container Microservices ORM Data |
---|---|
GroupId | GroupIdcom.yofish.platform |
ArtifactId | ArtifactIdapollo-common |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
apollo-common-1.0.0.RELEASE.pom | |
apollo-common-1.0.0.RELEASE-sources.jar | 76 KB |
apollo-common-1.0.0.RELEASE-javadoc.jar | 714 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yofish.platform/apollo-common/ -->
<dependency>
<groupId>com.yofish.platform</groupId>
<artifactId>apollo-common</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.yofish.platform/apollo-common/
implementation 'com.yofish.platform:apollo-common:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.yofish.platform/apollo-common/
implementation ("com.yofish.platform:apollo-common:1.0.0.RELEASE")
'com.yofish.platform:apollo-common:jar:1.0.0.RELEASE'
<dependency org="com.yofish.platform" name="apollo-common" rev="1.0.0.RELEASE">
<artifact name="apollo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yofish.platform', module='apollo-common', version='1.0.0.RELEASE')
)
libraryDependencies += "com.yofish.platform" % "apollo-common" % "1.0.0.RELEASE"
[com.yofish.platform/apollo-common "1.0.0.RELEASE"]