| GroupId | GroupIdorg.opensourcebim |
|---|---|
| ArtifactId | ArtifactIdfixedfileservice |
| Version | Versionfixedfileservice-0.0.42 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/fixedfileservice/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>fixedfileservice</artifactId>
<version>fixedfileservice-0.0.42</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/fixedfileservice/
implementation 'org.opensourcebim:fixedfileservice:fixedfileservice-0.0.42'
// https://jarcasting.com/artifacts/org.opensourcebim/fixedfileservice/
implementation ("org.opensourcebim:fixedfileservice:fixedfileservice-0.0.42")
'org.opensourcebim:fixedfileservice:jar:fixedfileservice-0.0.42'
<dependency org="org.opensourcebim" name="fixedfileservice" rev="fixedfileservice-0.0.42">
<artifact name="fixedfileservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='fixedfileservice', version='fixedfileservice-0.0.42')
)
libraryDependencies += "org.opensourcebim" % "fixedfileservice" % "fixedfileservice-0.0.42"
[org.opensourcebim/fixedfileservice "fixedfileservice-0.0.42"]