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