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