is not current version
Last Version 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.

GroupId

GroupId

io.github.aafactory
ArtifactId

ArtifactId

commons
Version

Version

1.0.9
Type

Type

aar

Download 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"]