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