d

datascope

An easy library for anroid developers
https://arxode.space
Apache License
Arsode Project
文件下载
文件名 操作
datascope-1.0.4.pom 下载
datascope-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>space.arxode</groupId>
  <artifactId>datascope</artifactId>
  <version>1.0.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'space.arxode:datascope:1.0.4'
Gradle Kotlin
implementation("space.arxode:datascope:1.0.4")
Scala SBT
libraryDependencies += "space.arxode" % "datascope" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='space.arxode', module='datascope', version='1.0.4')
)
Apache Ivy
<dependency org="space.arxode" name="datascope" rev="1.0.4" />
Leiningen
[space.arxode/datascope "1.0.4"]
Apache Buildr
'space.arxode:datascope:jar:1.0.4'