| Categories |
CategoriesContainer Data |
|---|---|
| GroupId | GroupIdcom.github.cafdataprocessing |
| ArtifactId | ArtifactIdprocessing-service-container |
| Version | Version1.1.0-20 |
| Type | Typepom |
| Filename | Size |
|---|---|
| processing-service-container-1.1.0-20.pom | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/processing-service-container/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>processing-service-container</artifactId>
<version>1.1.0-20</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/processing-service-container/
implementation 'com.github.cafdataprocessing:processing-service-container:1.1.0-20'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/processing-service-container/
implementation ("com.github.cafdataprocessing:processing-service-container:1.1.0-20")
'com.github.cafdataprocessing:processing-service-container:pom:1.1.0-20'
<dependency org="com.github.cafdataprocessing" name="processing-service-container" rev="1.1.0-20">
<artifact name="processing-service-container" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='processing-service-container', version='1.1.0-20')
)
libraryDependencies += "com.github.cafdataprocessing" % "processing-service-container" % "1.1.0-20"
[com.github.cafdataprocessing/processing-service-container "1.1.0-20"]