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