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