Categories |
CategoriesContainer Data |
---|---|
GroupId | GroupIdcom.github.cafdataprocessing |
ArtifactId | ArtifactIdstaging-service-container |
Version | Version1.1.1-512 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/staging-service-container/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>staging-service-container</artifactId>
<version>1.1.1-512</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/staging-service-container/
implementation 'com.github.cafdataprocessing:staging-service-container:1.1.1-512'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/staging-service-container/
implementation ("com.github.cafdataprocessing:staging-service-container:1.1.1-512")
'com.github.cafdataprocessing:staging-service-container:jar:1.1.1-512'
<dependency org="com.github.cafdataprocessing" name="staging-service-container" rev="1.1.1-512">
<artifact name="staging-service-container" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='staging-service-container', version='1.1.1-512')
)
libraryDependencies += "com.github.cafdataprocessing" % "staging-service-container" % "1.1.1-512"
[com.github.cafdataprocessing/staging-service-container "1.1.1-512"]