GroupId | GroupIdio.github.eagerlogic |
---|---|
ArtifactId | ArtifactIdvisage |
Version | Version0.2.10 |
Type | Typepom |
Filename | Size |
---|---|
visage-0.2.10.pom | |
visage-0.2.10-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.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.eagerlogic/visage/
implementation 'io.github.eagerlogic:visage:0.2.10'
// https://jarcasting.com/artifacts/io.github.eagerlogic/visage/
implementation ("io.github.eagerlogic:visage:0.2.10")
'io.github.eagerlogic:visage:pom:0.2.10'
<dependency org="io.github.eagerlogic" name="visage" rev="0.2.10">
<artifact name="visage" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.eagerlogic', module='visage', version='0.2.10')
)
libraryDependencies += "io.github.eagerlogic" % "visage" % "0.2.10"
[io.github.eagerlogic/visage "0.2.10"]