License |
License |
---|---|
GroupId | GroupIdcom.cibuddy |
ArtifactId | ArtifactIddrivers |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.cibuddy.drivers
Subproject containing native drivers.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
drivers-1.0.0.pom | 668 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.cibuddy/drivers/ -->
<dependency>
<groupId>com.cibuddy</groupId>
<artifactId>drivers</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cibuddy/drivers/
implementation 'com.cibuddy:drivers:1.0.0'
// https://jarcasting.com/artifacts/com.cibuddy/drivers/
implementation ("com.cibuddy:drivers:1.0.0")
'com.cibuddy:drivers:pom:1.0.0'
<dependency org="com.cibuddy" name="drivers" rev="1.0.0">
<artifact name="drivers" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cibuddy', module='drivers', version='1.0.0')
)
libraryDependencies += "com.cibuddy" % "drivers" % "1.0.0"
[com.cibuddy/drivers "1.0.0"]