не последняя версия
Последняя версия 2.0.0

org.opensourcebim:pluginbase 1.5.124

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

Группа

Группа

org.opensourcebim
Идентификатор

Идентификатор

pluginbase
Версия

Версия

1.5.124
Тип

Тип

jar

Скачать pluginbase 1.5.124


<!-- https://jarcasting.com/artifacts/org.opensourcebim/pluginbase/ -->
<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>pluginbase</artifactId>
    <version>1.5.124</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/pluginbase/
implementation 'org.opensourcebim:pluginbase:1.5.124'
// https://jarcasting.com/artifacts/org.opensourcebim/pluginbase/
implementation ("org.opensourcebim:pluginbase:1.5.124")
'org.opensourcebim:pluginbase:jar:1.5.124'
<dependency org="org.opensourcebim" name="pluginbase" rev="1.5.124">
  <artifact name="pluginbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='pluginbase', version='1.5.124')
)
libraryDependencies += "org.opensourcebim" % "pluginbase" % "1.5.124"
[org.opensourcebim/pluginbase "1.5.124"]