GroupId | GroupIdcom.github.fburato |
---|---|
ArtifactId | ArtifactIdhighwheel-modules-parser |
Version | Version1.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fburato/highwheel-modules-parser/ -->
<dependency>
<groupId>com.github.fburato</groupId>
<artifactId>highwheel-modules-parser</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fburato/highwheel-modules-parser/
implementation 'com.github.fburato:highwheel-modules-parser:1.5.0'
// https://jarcasting.com/artifacts/com.github.fburato/highwheel-modules-parser/
implementation ("com.github.fburato:highwheel-modules-parser:1.5.0")
'com.github.fburato:highwheel-modules-parser:jar:1.5.0'
<dependency org="com.github.fburato" name="highwheel-modules-parser" rev="1.5.0">
<artifact name="highwheel-modules-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fburato', module='highwheel-modules-parser', version='1.5.0')
)
libraryDependencies += "com.github.fburato" % "highwheel-modules-parser" % "1.5.0"
[com.github.fburato/highwheel-modules-parser "1.5.0"]