t

typica

A simple API to access Amazon's SQS, EC2, SimpleDB and DevPay LS web services.
http://code.google.com/p/typica/
The Apache Software License, Version 2.0
文件下载
文件名 操作
typica-1.7.2.jar 下载
typica-1.7.2.pom 下载
typica-1.7.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.code.typica</groupId>
  <artifactId>typica</artifactId>
  <version>1.7.2</version>
</dependency>
Gradle Groovy
implementation 'com.google.code.typica:typica:1.7.2'
Gradle Kotlin
implementation("com.google.code.typica:typica:1.7.2")
Scala SBT
libraryDependencies += "com.google.code.typica" % "typica" % "1.7.2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.typica', module='typica', version='1.7.2')
)
Apache Ivy
<dependency org="com.google.code.typica" name="typica" rev="1.7.2" />
Leiningen
[com.google.code.typica/typica "1.7.2"]
Apache Buildr
'com.google.code.typica:typica:jar:1.7.2'