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