GroupId | GroupIdcom.github.jferard |
---|---|
ArtifactId | ArtifactIdfastods |
Version | Version0.6.2 |
Type | Typejar |
Filename | Size |
---|---|
fastods-0.6.2.pom | |
fastods-0.6.2.jar | 282 KB |
fastods-0.6.2-sources.jar | 316 KB |
fastods-0.6.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jferard/fastods/ -->
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jferard/fastods/
implementation 'com.github.jferard:fastods:0.6.2'
// https://jarcasting.com/artifacts/com.github.jferard/fastods/
implementation ("com.github.jferard:fastods:0.6.2")
'com.github.jferard:fastods:jar:0.6.2'
<dependency org="com.github.jferard" name="fastods" rev="0.6.2">
<artifact name="fastods" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jferard', module='fastods', version='0.6.2')
)
libraryDependencies += "com.github.jferard" % "fastods" % "0.6.2"
[com.github.jferard/fastods "0.6.2"]