Files download
File Operation
common_libs-1.1.1.pom download
Apache Maven
<dependency>
  <groupId>ru.sberdevices.smartapp</groupId>
  <artifactId>common_libs</artifactId>
  <version>1.1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'ru.sberdevices.smartapp:common_libs:1.1.1'
Gradle Kotlin
implementation("ru.sberdevices.smartapp:common_libs:1.1.1")
Scala SBT
libraryDependencies += "ru.sberdevices.smartapp" % "common_libs" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='ru.sberdevices.smartapp', module='common_libs', version='1.1.1')
)
Apache Ivy
<dependency org="ru.sberdevices.smartapp" name="common_libs" rev="1.1.1" />
Leiningen
[ru.sberdevices.smartapp/common_libs "1.1.1"]
Apache Buildr
'ru.sberdevices.smartapp:common_libs:jar:1.1.1'
Dependencies
The project has no third-party dependencies