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