GroupId | GroupIdcom.github.fburato |
---|---|
ArtifactId | ArtifactIdhighwheel-modules-core |
Version | Version1.0.1 |
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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fburato/highwheel-modules-core/
implementation 'com.github.fburato:highwheel-modules-core:1.0.1'
// https://jarcasting.com/artifacts/com.github.fburato/highwheel-modules-core/
implementation ("com.github.fburato:highwheel-modules-core:1.0.1")
'com.github.fburato:highwheel-modules-core:jar:1.0.1'
<dependency org="com.github.fburato" name="highwheel-modules-core" rev="1.0.1">
<artifact name="highwheel-modules-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fburato', module='highwheel-modules-core', version='1.0.1')
)
libraryDependencies += "com.github.fburato" % "highwheel-modules-core" % "1.0.1"
[com.github.fburato/highwheel-modules-core "1.0.1"]