c

common-note-client

note Client for Five Faces
Apache License, Version 2.0
Five Faces
Mark Lindsay
文件下载
文件名 操作
common-note-client-0.0.2.jar 下载
common-note-client-0.0.2.pom 下载
common-note-client-0.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.bitbucket.5faces</groupId>
  <artifactId>common-note-client</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.bitbucket.5faces:common-note-client:0.0.2'
Gradle Kotlin
implementation("io.bitbucket.5faces:common-note-client:0.0.2")
Scala SBT
libraryDependencies += "io.bitbucket.5faces" % "common-note-client" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.bitbucket.5faces', module='common-note-client', version='0.0.2')
)
Apache Ivy
<dependency org="io.bitbucket.5faces" name="common-note-client" rev="0.0.2" />
Leiningen
[io.bitbucket.5faces/common-note-client "0.0.2"]
Apache Buildr
'io.bitbucket.5faces:common-note-client:jar:0.0.2'