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