Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.jeesuite |
ArtifactId | ArtifactIdjeesuite-confcenter-client |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jeesuite/jeesuite-confcenter-client/ -->
<dependency>
<groupId>com.jeesuite</groupId>
<artifactId>jeesuite-confcenter-client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-confcenter-client/
implementation 'com.jeesuite:jeesuite-confcenter-client:1.1.0'
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-confcenter-client/
implementation ("com.jeesuite:jeesuite-confcenter-client:1.1.0")
'com.jeesuite:jeesuite-confcenter-client:jar:1.1.0'
<dependency org="com.jeesuite" name="jeesuite-confcenter-client" rev="1.1.0">
<artifact name="jeesuite-confcenter-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeesuite', module='jeesuite-confcenter-client', version='1.1.0')
)
libraryDependencies += "com.jeesuite" % "jeesuite-confcenter-client" % "1.1.0"
[com.jeesuite/jeesuite-confcenter-client "1.1.0"]