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