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