| GroupId | GroupIdio.github.eagerlogic |
|---|---|
| ArtifactId | ArtifactIdvisage |
| Version | Version0.2.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| visage-0.2.6.pom | |
| visage-0.2.6-javadoc.jar | 296 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.eagerlogic/visage/ -->
<dependency>
<groupId>io.github.eagerlogic</groupId>
<artifactId>visage</artifactId>
<version>0.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.eagerlogic/visage/
implementation 'io.github.eagerlogic:visage:0.2.6'
// https://jarcasting.com/artifacts/io.github.eagerlogic/visage/
implementation ("io.github.eagerlogic:visage:0.2.6")
'io.github.eagerlogic:visage:pom:0.2.6'
<dependency org="io.github.eagerlogic" name="visage" rev="0.2.6">
<artifact name="visage" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.eagerlogic', module='visage', version='0.2.6')
)
libraryDependencies += "io.github.eagerlogic" % "visage" % "0.2.6"
[io.github.eagerlogic/visage "0.2.6"]