| GroupId | GroupIdcom.github.morinb |
|---|---|
| ArtifactId | ArtifactIdfods-reader |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fods-reader-0.0.2.pom | |
| fods-reader-0.0.2-sources.jar | 24 KB |
| fods-reader-0.0.2-javadoc.jar | 232 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.morinb/fods-reader/ -->
<dependency>
<groupId>com.github.morinb</groupId>
<artifactId>fods-reader</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.morinb/fods-reader/
implementation 'com.github.morinb:fods-reader:0.0.2'
// https://jarcasting.com/artifacts/com.github.morinb/fods-reader/
implementation ("com.github.morinb:fods-reader:0.0.2")
'com.github.morinb:fods-reader:jar:0.0.2'
<dependency org="com.github.morinb" name="fods-reader" rev="0.0.2">
<artifact name="fods-reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.morinb', module='fods-reader', version='0.0.2')
)
libraryDependencies += "com.github.morinb" % "fods-reader" % "0.0.2"
[com.github.morinb/fods-reader "0.0.2"]