<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>worker-boilerplate-container-fs</artifactId>
<version>2.3.0-92</version>
</dependency>
implementation group: 'com.github.cafdataprocessing', name: 'worker-boilerplate-container-fs', version: '2.3.0-92'
implementation 'com.github.cafdataprocessing:worker-boilerplate-container-fs:2.3.0-92'
implementation("com.github.cafdataprocessing:worker-boilerplate-container-fs:2.3.0-92")
libraryDependencies += "com.github.cafdataprocessing" % "worker-boilerplate-container-fs" % "2.3.0-92"
<dependency org="com.github.cafdataprocessing" name="worker-boilerplate-container-fs" rev="2.3.0-92"/>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='worker-boilerplate-container-fs', version='2.3.0-92')
)
[com.github.cafdataprocessing/worker-boilerplate-container-fs "2.3.0-92"]
'com.github.cafdataprocessing:worker-boilerplate-container-fs:jar:2.3.0-92'