GroupId | GroupIdcom.eworkcloud |
---|---|
ArtifactId | ArtifactIdework-cloud-starter-disconf |
Version | Version1.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.eworkcloud/ework-cloud-starter-disconf/ -->
<dependency>
<groupId>com.eworkcloud</groupId>
<artifactId>ework-cloud-starter-disconf</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.eworkcloud/ework-cloud-starter-disconf/
implementation 'com.eworkcloud:ework-cloud-starter-disconf:1.8.0'
// https://jarcasting.com/artifacts/com.eworkcloud/ework-cloud-starter-disconf/
implementation ("com.eworkcloud:ework-cloud-starter-disconf:1.8.0")
'com.eworkcloud:ework-cloud-starter-disconf:jar:1.8.0'
<dependency org="com.eworkcloud" name="ework-cloud-starter-disconf" rev="1.8.0">
<artifact name="ework-cloud-starter-disconf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eworkcloud', module='ework-cloud-starter-disconf', version='1.8.0')
)
libraryDependencies += "com.eworkcloud" % "ework-cloud-starter-disconf" % "1.8.0"
[com.eworkcloud/ework-cloud-starter-disconf "1.8.0"]