GroupId | GroupIdde.tschumacher |
---|---|
ArtifactId | ArtifactIdbucketservice |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
bucketservice-0.0.8.pom | |
bucketservice-0.0.8.jar | 171 KB |
bucketservice-0.0.8-sources.jar | 170 KB |
bucketservice-0.0.8-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.tschumacher/bucketservice/ -->
<dependency>
<groupId>de.tschumacher</groupId>
<artifactId>bucketservice</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/de.tschumacher/bucketservice/
implementation 'de.tschumacher:bucketservice:0.0.8'
// https://jarcasting.com/artifacts/de.tschumacher/bucketservice/
implementation ("de.tschumacher:bucketservice:0.0.8")
'de.tschumacher:bucketservice:jar:0.0.8'
<dependency org="de.tschumacher" name="bucketservice" rev="0.0.8">
<artifact name="bucketservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tschumacher', module='bucketservice', version='0.0.8')
)
libraryDependencies += "de.tschumacher" % "bucketservice" % "0.0.8"
[de.tschumacher/bucketservice "0.0.8"]