a

apiworld-sdkg-parent

自定义接口实现示例
http://fastjrun.com/
MIT License
fastjrun
Files download
File Operation
apiworld-sdkg-parent-1.1.pom download
Apache Maven
<dependency>
  <groupId>com.fastjrun.codeg</groupId>
  <artifactId>apiworld-sdkg-parent</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.fastjrun.codeg:apiworld-sdkg-parent:1.1'
Gradle Kotlin
implementation("com.fastjrun.codeg:apiworld-sdkg-parent:1.1")
Scala SBT
libraryDependencies += "com.fastjrun.codeg" % "apiworld-sdkg-parent" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.fastjrun.codeg', module='apiworld-sdkg-parent', version='1.1')
)
Apache Ivy
<dependency org="com.fastjrun.codeg" name="apiworld-sdkg-parent" rev="1.1" />
Leiningen
[com.fastjrun.codeg/apiworld-sdkg-parent "1.1"]
Apache Buildr
'com.fastjrun.codeg:apiworld-sdkg-parent:jar:1.1'