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