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