Files download
File Operation
v2fc-0.1.1.pom download
v2fc-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.sakurajimamaii</groupId>
  <artifactId>v2fc</artifactId>
  <version>0.1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.sakurajimamaii:v2fc:0.1.1'
Gradle Kotlin
implementation("io.github.sakurajimamaii:v2fc:0.1.1")
Scala SBT
libraryDependencies += "io.github.sakurajimamaii" % "v2fc" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sakurajimamaii', module='v2fc', version='0.1.1')
)
Apache Ivy
<dependency org="io.github.sakurajimamaii" name="v2fc" rev="0.1.1" />
Leiningen
[io.github.sakurajimamaii/v2fc "0.1.1"]
Apache Buildr
'io.github.sakurajimamaii:v2fc:jar:0.1.1'