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