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