GroupId | GroupIdio.github.wwwlike |
---|---|
ArtifactId | ArtifactIdvlife |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
vlife-1.0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wwwlike/vlife/ -->
<dependency>
<groupId>io.github.wwwlike</groupId>
<artifactId>vlife</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.wwwlike/vlife/
implementation 'io.github.wwwlike:vlife:1.0.2'
// https://jarcasting.com/artifacts/io.github.wwwlike/vlife/
implementation ("io.github.wwwlike:vlife:1.0.2")
'io.github.wwwlike:vlife:pom:1.0.2'
<dependency org="io.github.wwwlike" name="vlife" rev="1.0.2">
<artifact name="vlife" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.wwwlike', module='vlife', version='1.0.2')
)
libraryDependencies += "io.github.wwwlike" % "vlife" % "1.0.2"
[io.github.wwwlike/vlife "1.0.2"]