| Группа | Группаorg.opensourcebim |
|---|---|
| Идентификатор | Идентификаторdemoplugins |
| Версия | Версия0.0.24 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| demoplugins-0.0.24.pom | |
| demoplugins-0.0.24.jar | 1 MB |
| demoplugins-0.0.24-sources.jar | 1 MB |
| demoplugins-0.0.24-plugin.xml | 6 KB |
| demoplugins-0.0.24-javadoc.jar | 468 KB |
| demoplugins-0.0.24-icon.png | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/demoplugins/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>demoplugins</artifactId>
<version>0.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/demoplugins/
implementation 'org.opensourcebim:demoplugins:0.0.24'
// https://jarcasting.com/artifacts/org.opensourcebim/demoplugins/
implementation ("org.opensourcebim:demoplugins:0.0.24")
'org.opensourcebim:demoplugins:jar:0.0.24'
<dependency org="org.opensourcebim" name="demoplugins" rev="0.0.24">
<artifact name="demoplugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='demoplugins', version='0.0.24')
)
libraryDependencies += "org.opensourcebim" % "demoplugins" % "0.0.24"
[org.opensourcebim/demoplugins "0.0.24"]