GroupId | GroupIdorg.opensourcebim |
---|---|
ArtifactId | ArtifactIdShared |
Version | Version1.5.7 |
Type | Typejar |
Filename | Size |
---|---|
Shared-1.5.7.pom | |
Shared-1.5.7.jar | 292 KB |
Shared-1.5.7-sources.jar | 215 KB |
Shared-1.5.7-javadoc.jar | 760 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/Shared/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>Shared</artifactId>
<version>1.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/Shared/
implementation 'org.opensourcebim:Shared:1.5.7'
// https://jarcasting.com/artifacts/org.opensourcebim/Shared/
implementation ("org.opensourcebim:Shared:1.5.7")
'org.opensourcebim:Shared:jar:1.5.7'
<dependency org="org.opensourcebim" name="Shared" rev="1.5.7">
<artifact name="Shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='Shared', version='1.5.7')
)
libraryDependencies += "org.opensourcebim" % "Shared" % "1.5.7"
[org.opensourcebim/Shared "1.5.7"]