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