| Группа | Группаcom.icasue |
|---|---|
| Идентификатор | Идентификаторicasue-plugin-web-dashboard |
| Версия | Версия1.3.01 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.icasue/icasue-plugin-web-dashboard/ -->
<dependency>
<groupId>com.icasue</groupId>
<artifactId>icasue-plugin-web-dashboard</artifactId>
<version>1.3.01</version>
</dependency>
// https://jarcasting.com/artifacts/com.icasue/icasue-plugin-web-dashboard/
implementation 'com.icasue:icasue-plugin-web-dashboard:1.3.01'
// https://jarcasting.com/artifacts/com.icasue/icasue-plugin-web-dashboard/
implementation ("com.icasue:icasue-plugin-web-dashboard:1.3.01")
'com.icasue:icasue-plugin-web-dashboard:jar:1.3.01'
<dependency org="com.icasue" name="icasue-plugin-web-dashboard" rev="1.3.01">
<artifact name="icasue-plugin-web-dashboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icasue', module='icasue-plugin-web-dashboard', version='1.3.01')
)
libraryDependencies += "com.icasue" % "icasue-plugin-web-dashboard" % "1.3.01"
[com.icasue/icasue-plugin-web-dashboard "1.3.01"]