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