f

fastposter-client-parent

fastposter make poster development easy.
The MIT License (MIT)
Alex小新
文件下载
文件名 操作
fastposter-client-parent-2.1.0.pom 下载
Apache Maven
<dependency>
  <groupId>net.fastposter</groupId>
  <artifactId>fastposter-client-parent</artifactId>
  <version>2.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.fastposter:fastposter-client-parent:2.1.0'
Gradle Kotlin
implementation("net.fastposter:fastposter-client-parent:2.1.0")
Scala SBT
libraryDependencies += "net.fastposter" % "fastposter-client-parent" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.fastposter', module='fastposter-client-parent', version='2.1.0')
)
Apache Ivy
<dependency org="net.fastposter" name="fastposter-client-parent" rev="2.1.0" />
Leiningen
[net.fastposter/fastposter-client-parent "2.1.0"]
Apache Buildr
'net.fastposter:fastposter-client-parent:jar:2.1.0'