Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.cafdataprocessing |
ArtifactId | ArtifactIdstaging-service |
Version | Version1.0.0-212 |
Type | Typejar |
Filename | Size |
---|---|
staging-service-1.0.0-212.pom | |
staging-service-1.0.0-212.jar | 30 MB |
staging-service-1.0.0-212-sources.jar | 31 KB |
staging-service-1.0.0-212-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/staging-service/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>staging-service</artifactId>
<version>1.0.0-212</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/staging-service/
implementation 'com.github.cafdataprocessing:staging-service:1.0.0-212'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/staging-service/
implementation ("com.github.cafdataprocessing:staging-service:1.0.0-212")
'com.github.cafdataprocessing:staging-service:jar:1.0.0-212'
<dependency org="com.github.cafdataprocessing" name="staging-service" rev="1.0.0-212">
<artifact name="staging-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='staging-service', version='1.0.0-212')
)
libraryDependencies += "com.github.cafdataprocessing" % "staging-service" % "1.0.0-212"
[com.github.cafdataprocessing/staging-service "1.0.0-212"]