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