| GroupId | GroupIdorg.blobit |
|---|---|
| ArtifactId | ArtifactIdblobit-services |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| blobit-services-0.2.0.pom | |
| blobit-services-0.2.0.zip | 83 MB |
| blobit-services-0.2.0-sources.jar | 25 KB |
| blobit-services-0.2.0-javadoc.jar | 438 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.blobit/blobit-services/ -->
<dependency>
<groupId>org.blobit</groupId>
<artifactId>blobit-services</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.blobit/blobit-services/
implementation 'org.blobit:blobit-services:0.2.0'
// https://jarcasting.com/artifacts/org.blobit/blobit-services/
implementation ("org.blobit:blobit-services:0.2.0")
'org.blobit:blobit-services:jar:0.2.0'
<dependency org="org.blobit" name="blobit-services" rev="0.2.0">
<artifact name="blobit-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.blobit', module='blobit-services', version='0.2.0')
)
libraryDependencies += "org.blobit" % "blobit-services" % "0.2.0"
[org.blobit/blobit-services "0.2.0"]