is not current version
Last Version 2.0.0

org.opensourcebim:parent 1.5.182

This is the parent pom, no idea why this is being released

GroupId

GroupId

org.opensourcebim
ArtifactId

ArtifactId

parent
Version

Version

1.5.182
Type

Type

pom

Download parent 1.5.182

Filename Size
parent-1.5.182.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.opensourcebim/parent/ -->
<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>parent</artifactId>
    <version>1.5.182</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/parent/
implementation 'org.opensourcebim:parent:1.5.182'
// https://jarcasting.com/artifacts/org.opensourcebim/parent/
implementation ("org.opensourcebim:parent:1.5.182")
'org.opensourcebim:parent:pom:1.5.182'
<dependency org="org.opensourcebim" name="parent" rev="1.5.182">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='parent', version='1.5.182')
)
libraryDependencies += "org.opensourcebim" % "parent" % "1.5.182"
[org.opensourcebim/parent "1.5.182"]