GroupId | GroupIdorg.opensourcebim |
---|---|
ArtifactId | ArtifactIdshared |
Version | Version1.5.109 |
Type | Typejar |
Filename | Size |
---|---|
shared-1.5.109.pom | |
shared-1.5.109.jar | 250 KB |
shared-1.5.109-sources.jar | 169 KB |
shared-1.5.109-javadoc.jar | 739 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/shared/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>shared</artifactId>
<version>1.5.109</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/shared/
implementation 'org.opensourcebim:shared:1.5.109'
// https://jarcasting.com/artifacts/org.opensourcebim/shared/
implementation ("org.opensourcebim:shared:1.5.109")
'org.opensourcebim:shared:jar:1.5.109'
<dependency org="org.opensourcebim" name="shared" rev="1.5.109">
<artifact name="shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='shared', version='1.5.109')
)
libraryDependencies += "org.opensourcebim" % "shared" % "1.5.109"
[org.opensourcebim/shared "1.5.109"]