文件下载
文件名 操作
radiography-2.4.1.pom 下载
radiography-2.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.squareup.radiography</groupId>
  <artifactId>radiography</artifactId>
  <version>2.4.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.squareup.radiography:radiography:2.4.1'
Gradle Kotlin
implementation("com.squareup.radiography:radiography:2.4.1")
Scala SBT
libraryDependencies += "com.squareup.radiography" % "radiography" % "2.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.radiography', module='radiography', version='2.4.1')
)
Apache Ivy
<dependency org="com.squareup.radiography" name="radiography" rev="2.4.1" />
Leiningen
[com.squareup.radiography/radiography "2.4.1"]
Apache Buildr
'com.squareup.radiography:radiography:jar:2.4.1'