Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.heliorm |
ArtifactId | ArtifactIddrivers |
Version | Version0.83 |
Type | Typepom |
Filename | Size |
---|---|
drivers-0.83.pom | 690 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.heliorm/drivers/ -->
<dependency>
<groupId>com.heliorm</groupId>
<artifactId>drivers</artifactId>
<version>0.83</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.heliorm/drivers/
implementation 'com.heliorm:drivers:0.83'
// https://jarcasting.com/artifacts/com.heliorm/drivers/
implementation ("com.heliorm:drivers:0.83")
'com.heliorm:drivers:pom:0.83'
<dependency org="com.heliorm" name="drivers" rev="0.83">
<artifact name="drivers" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.heliorm', module='drivers', version='0.83')
)
libraryDependencies += "com.heliorm" % "drivers" % "0.83"
[com.heliorm/drivers "0.83"]