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