| GroupId | GroupIdcn.vertxup |
|---|---|
| ArtifactId | ArtifactIdzero-ifx-mongo |
| Version | Version0.8.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zero-ifx-mongo-0.8.0.pom | |
| zero-ifx-mongo-0.8.0.jar | 10 KB |
| zero-ifx-mongo-0.8.0-sources.jar | 5 KB |
| zero-ifx-mongo-0.8.0-javadoc.jar | 408 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.vertxup/zero-ifx-mongo/ -->
<dependency>
<groupId>cn.vertxup</groupId>
<artifactId>zero-ifx-mongo</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vertxup/zero-ifx-mongo/
implementation 'cn.vertxup:zero-ifx-mongo:0.8.0'
// https://jarcasting.com/artifacts/cn.vertxup/zero-ifx-mongo/
implementation ("cn.vertxup:zero-ifx-mongo:0.8.0")
'cn.vertxup:zero-ifx-mongo:jar:0.8.0'
<dependency org="cn.vertxup" name="zero-ifx-mongo" rev="0.8.0">
<artifact name="zero-ifx-mongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vertxup', module='zero-ifx-mongo', version='0.8.0')
)
libraryDependencies += "cn.vertxup" % "zero-ifx-mongo" % "0.8.0"
[cn.vertxup/zero-ifx-mongo "0.8.0"]