не последняя версия
Последняя версия 1.1.0

io.github.aafactory:commons 1.0.9

'aafactory-commons' is a common library that combines or slightly modified existing open source libraries. It is intended to create test cases for open source libraries and to make them useful for future application development.

Группа

Группа

io.github.aafactory
Идентификатор

Идентификатор

commons
Версия

Версия

1.0.9
Тип

Тип

aar

Скачать commons 1.0.9


<!-- https://jarcasting.com/artifacts/io.github.aafactory/commons/ -->
<dependency>
    <groupId>io.github.aafactory</groupId>
    <artifactId>commons</artifactId>
    <version>1.0.9</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.aafactory/commons/
implementation 'io.github.aafactory:commons:1.0.9'
// https://jarcasting.com/artifacts/io.github.aafactory/commons/
implementation ("io.github.aafactory:commons:1.0.9")
'io.github.aafactory:commons:aar:1.0.9'
<dependency org="io.github.aafactory" name="commons" rev="1.0.9">
  <artifact name="commons" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.aafactory', module='commons', version='1.0.9')
)
libraryDependencies += "io.github.aafactory" % "commons" % "1.0.9"
[io.github.aafactory/commons "1.0.9"]