GroupId | GroupIdcom.github.jferard |
---|---|
ArtifactId | ArtifactIdfastods-parent |
Version | Version0.5.0 |
Type | Typepom |
Filename | Size |
---|---|
fastods-parent-0.5.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jferard/fastods-parent/ -->
<dependency>
<groupId>com.github.jferard</groupId>
<artifactId>fastods-parent</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jferard/fastods-parent/
implementation 'com.github.jferard:fastods-parent:0.5.0'
// https://jarcasting.com/artifacts/com.github.jferard/fastods-parent/
implementation ("com.github.jferard:fastods-parent:0.5.0")
'com.github.jferard:fastods-parent:pom:0.5.0'
<dependency org="com.github.jferard" name="fastods-parent" rev="0.5.0">
<artifact name="fastods-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jferard', module='fastods-parent', version='0.5.0')
)
libraryDependencies += "com.github.jferard" % "fastods-parent" % "0.5.0"
[com.github.jferard/fastods-parent "0.5.0"]