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