GroupId | GroupIdcom.github.jferard |
---|---|
ArtifactId | ArtifactIdfastods |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
fastods-0.6.1.pom | |
fastods-0.6.1.jar | 255 KB |
fastods-0.6.1-sources.jar | 291 KB |
fastods-0.6.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jferard/fastods/
implementation 'com.github.jferard:fastods:0.6.1'
// https://jarcasting.com/artifacts/com.github.jferard/fastods/
implementation ("com.github.jferard:fastods:0.6.1")
'com.github.jferard:fastods:jar:0.6.1'
<dependency org="com.github.jferard" name="fastods" rev="0.6.1">
<artifact name="fastods" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jferard', module='fastods', version='0.6.1')
)
libraryDependencies += "com.github.jferard" % "fastods" % "0.6.1"
[com.github.jferard/fastods "0.6.1"]