| GroupId | GroupIdio.github.devlibx.easy |
|---|---|
| ArtifactId | ArtifactIdeasy |
| Version | Version0.0.69 |
| Type | Typepom |
| Filename | Size |
|---|---|
| easy-0.0.69.pom | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.devlibx.easy/easy/ -->
<dependency>
<groupId>io.github.devlibx.easy</groupId>
<artifactId>easy</artifactId>
<version>0.0.69</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.devlibx.easy/easy/
implementation 'io.github.devlibx.easy:easy:0.0.69'
// https://jarcasting.com/artifacts/io.github.devlibx.easy/easy/
implementation ("io.github.devlibx.easy:easy:0.0.69")
'io.github.devlibx.easy:easy:pom:0.0.69'
<dependency org="io.github.devlibx.easy" name="easy" rev="0.0.69">
<artifact name="easy" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.devlibx.easy', module='easy', version='0.0.69')
)
libraryDependencies += "io.github.devlibx.easy" % "easy" % "0.0.69"
[io.github.devlibx.easy/easy "0.0.69"]