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