| GroupId | GroupIdcom.feingto |
|---|---|
| ArtifactId | ArtifactIdfeingto-cloud |
| Version | Version2.3.7.RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| feingto-cloud-2.3.7.RELEASE.pom | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.feingto/feingto-cloud/ -->
<dependency>
<groupId>com.feingto</groupId>
<artifactId>feingto-cloud</artifactId>
<version>2.3.7.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.feingto/feingto-cloud/
implementation 'com.feingto:feingto-cloud:2.3.7.RELEASE'
// https://jarcasting.com/artifacts/com.feingto/feingto-cloud/
implementation ("com.feingto:feingto-cloud:2.3.7.RELEASE")
'com.feingto:feingto-cloud:pom:2.3.7.RELEASE'
<dependency org="com.feingto" name="feingto-cloud" rev="2.3.7.RELEASE">
<artifact name="feingto-cloud" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.feingto', module='feingto-cloud', version='2.3.7.RELEASE')
)
libraryDependencies += "com.feingto" % "feingto-cloud" % "2.3.7.RELEASE"
[com.feingto/feingto-cloud "2.3.7.RELEASE"]