b

bootstrap-connector

Helper classes to resolve regularly occurring error "no office executable found!" when launching open office in command line mode.
https://github.com/jeremysolarz/bootstrap-connector
MIT License
Jeremy Solarz
Files download
File Operation
bootstrap-connector-1.0.0.jar download
bootstrap-connector-1.0.0.pom download
bootstrap-connector-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jeremysolarz</groupId>
  <artifactId>bootstrap-connector</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.jeremysolarz:bootstrap-connector:1.0.0'
Gradle Kotlin
implementation("com.github.jeremysolarz:bootstrap-connector:1.0.0")
Scala SBT
libraryDependencies += "com.github.jeremysolarz" % "bootstrap-connector" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jeremysolarz', module='bootstrap-connector', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.jeremysolarz" name="bootstrap-connector" rev="1.0.0" />
Leiningen
[com.github.jeremysolarz/bootstrap-connector "1.0.0"]
Apache Buildr
'com.github.jeremysolarz:bootstrap-connector:jar:1.0.0'