| GroupId | GroupIdcom.icasue |
|---|---|
| ArtifactId | ArtifactIdicasue-plugin-web-dashboard |
| Version | Version1.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.icasue/icasue-plugin-web-dashboard/ -->
<dependency>
<groupId>com.icasue</groupId>
<artifactId>icasue-plugin-web-dashboard</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.icasue/icasue-plugin-web-dashboard/
implementation 'com.icasue:icasue-plugin-web-dashboard:1.3'
// https://jarcasting.com/artifacts/com.icasue/icasue-plugin-web-dashboard/
implementation ("com.icasue:icasue-plugin-web-dashboard:1.3")
'com.icasue:icasue-plugin-web-dashboard:jar:1.3'
<dependency org="com.icasue" name="icasue-plugin-web-dashboard" rev="1.3">
<artifact name="icasue-plugin-web-dashboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icasue', module='icasue-plugin-web-dashboard', version='1.3')
)
libraryDependencies += "com.icasue" % "icasue-plugin-web-dashboard" % "1.3"
[com.icasue/icasue-plugin-web-dashboard "1.3"]