| Группа | Группаio.github.lao4j |
|---|---|
| Идентификатор | Идентификаторdrivetools |
| Версия | Версия1.0.0-release |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| drivetools-1.0.0-release.pom | |
| drivetools-1.0.0-release.jar | 11 KB |
| drivetools-1.0.0-release-sources.jar | 7 KB |
| drivetools-1.0.0-release-javadoc.jar | 48 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.lao4j/drivetools/ -->
<dependency>
<groupId>io.github.lao4j</groupId>
<artifactId>drivetools</artifactId>
<version>1.0.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lao4j/drivetools/
implementation 'io.github.lao4j:drivetools:1.0.0-release'
// https://jarcasting.com/artifacts/io.github.lao4j/drivetools/
implementation ("io.github.lao4j:drivetools:1.0.0-release")
'io.github.lao4j:drivetools:jar:1.0.0-release'
<dependency org="io.github.lao4j" name="drivetools" rev="1.0.0-release">
<artifact name="drivetools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lao4j', module='drivetools', version='1.0.0-release')
)
libraryDependencies += "io.github.lao4j" % "drivetools" % "1.0.0-release"
[io.github.lao4j/drivetools "1.0.0-release"]