GroupId | GroupIdorg.opensourcebim |
---|---|
ArtifactId | ArtifactIddemoplugins |
Version | Version0.0.47 |
Type | Typejar |
Filename | Size |
---|---|
demoplugins-0.0.47.pom | |
demoplugins-0.0.47.jar | 1 MB |
demoplugins-0.0.47-sources.jar | 1 MB |
demoplugins-0.0.47-plugin.xml | 6 KB |
demoplugins-0.0.47-javadoc.jar | 451 KB |
demoplugins-0.0.47-icon.png | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/demoplugins/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>demoplugins</artifactId>
<version>0.0.47</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/demoplugins/
implementation 'org.opensourcebim:demoplugins:0.0.47'
// https://jarcasting.com/artifacts/org.opensourcebim/demoplugins/
implementation ("org.opensourcebim:demoplugins:0.0.47")
'org.opensourcebim:demoplugins:jar:0.0.47'
<dependency org="org.opensourcebim" name="demoplugins" rev="0.0.47">
<artifact name="demoplugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='demoplugins', version='0.0.47')
)
libraryDependencies += "org.opensourcebim" % "demoplugins" % "0.0.47"
[org.opensourcebim/demoplugins "0.0.47"]