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