is not current version
Last Version 1.5.9

org.opensourcebim:Shared 1.5.6

Shared libraries, common parent for both BIMserver and BimServerClientLib

GroupId

GroupId

org.opensourcebim
ArtifactId

ArtifactId

Shared
Version

Version

1.5.6
Type

Type

jar

Download Shared 1.5.6


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