| GroupId | GroupIdbe.unamur.info |
|---|---|
| ArtifactId | ArtifactIdvibes |
| Version | Version2.0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| vibes-2.0.2.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/be.unamur.info/vibes/ -->
<dependency>
<groupId>be.unamur.info</groupId>
<artifactId>vibes</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/be.unamur.info/vibes/
implementation 'be.unamur.info:vibes:2.0.2'
// https://jarcasting.com/artifacts/be.unamur.info/vibes/
implementation ("be.unamur.info:vibes:2.0.2")
'be.unamur.info:vibes:pom:2.0.2'
<dependency org="be.unamur.info" name="vibes" rev="2.0.2">
<artifact name="vibes" type="pom" />
</dependency>
@Grapes(
@Grab(group='be.unamur.info', module='vibes', version='2.0.2')
)
libraryDependencies += "be.unamur.info" % "vibes" % "2.0.2"
[be.unamur.info/vibes "2.0.2"]