e

enroscar-net

Tools for building REST clients in top of Android services
https://github.com/stanfy/enroscar
The Apache Software License, Version 2.0
Roman Mazur
文件下载
文件名 操作
enroscar-net-0.9.10.pom 下载
enroscar-net-0.9.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.stanfy.enroscar</groupId>
  <artifactId>enroscar-net</artifactId>
  <version>0.9.10</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.stanfy.enroscar:enroscar-net:0.9.10'
Gradle Kotlin
implementation("com.stanfy.enroscar:enroscar-net:0.9.10")
Scala SBT
libraryDependencies += "com.stanfy.enroscar" % "enroscar-net" % "0.9.10"
Groovy Grape
@Grapes(
  @Grab(group='com.stanfy.enroscar', module='enroscar-net', version='0.9.10')
)
Apache Ivy
<dependency org="com.stanfy.enroscar" name="enroscar-net" rev="0.9.10" />
Leiningen
[com.stanfy.enroscar/enroscar-net "0.9.10"]
Apache Buildr
'com.stanfy.enroscar:enroscar-net:jar:0.9.10'