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