| GroupId | GroupIdio.teknek |
|---|---|
| ArtifactId | ArtifactIdfarsandra |
| Version | Version0.0.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| farsandra-0.0.8.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.teknek/farsandra/ -->
<dependency>
<groupId>io.teknek</groupId>
<artifactId>farsandra</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.teknek/farsandra/
implementation 'io.teknek:farsandra:0.0.8'
// https://jarcasting.com/artifacts/io.teknek/farsandra/
implementation ("io.teknek:farsandra:0.0.8")
'io.teknek:farsandra:pom:0.0.8'
<dependency org="io.teknek" name="farsandra" rev="0.0.8">
<artifact name="farsandra" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.teknek', module='farsandra', version='0.0.8')
)
libraryDependencies += "io.teknek" % "farsandra" % "0.0.8"
[io.teknek/farsandra "0.0.8"]