License |
License |
---|---|
GroupId | GroupIdorg.opensourcebim |
ArtifactId | ArtifactIdparent |
Last Version | Last Version2.0.0 |
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 |
---|---|
parent-2.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/parent/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/parent/
implementation 'org.opensourcebim:parent:2.0.0'
// https://jarcasting.com/artifacts/org.opensourcebim/parent/
implementation ("org.opensourcebim:parent:2.0.0")
'org.opensourcebim:parent:pom:2.0.0'
<dependency org="org.opensourcebim" name="parent" rev="2.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='parent', version='2.0.0')
)
libraryDependencies += "org.opensourcebim" % "parent" % "2.0.0"
[org.opensourcebim/parent "2.0.0"]