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