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