| License |
License |
|---|---|
| GroupId | GroupIdorg.opensourcebim |
| ArtifactId | ArtifactIdBuilds |
| Last Version | Last Version1.5.9 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionBuild
This is the parent pom, no idea why this is being released
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationOpenSource BIM |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Builds-1.5.9.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/Builds/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>Builds</artifactId>
<version>1.5.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/Builds/
implementation 'org.opensourcebim:Builds:1.5.9'
// https://jarcasting.com/artifacts/org.opensourcebim/Builds/
implementation ("org.opensourcebim:Builds:1.5.9")
'org.opensourcebim:Builds:pom:1.5.9'
<dependency org="org.opensourcebim" name="Builds" rev="1.5.9">
<artifact name="Builds" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='Builds', version='1.5.9')
)
libraryDependencies += "org.opensourcebim" % "Builds" % "1.5.9"
[org.opensourcebim/Builds "1.5.9"]