v

vmf-text

VMF-Text
https://github.com/miho/VMF-Text
Apache-2.0
Michael Hoffer
Files download
File Operation
vmf-text-0.1.2.jar download
vmf-text-0.1.2.pom download
vmf-text-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.mihosoft.vmf</groupId>
  <artifactId>vmf-text</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'eu.mihosoft.vmf:vmf-text:0.1.2'
Gradle Kotlin
implementation("eu.mihosoft.vmf:vmf-text:0.1.2")
Scala SBT
libraryDependencies += "eu.mihosoft.vmf" % "vmf-text" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='eu.mihosoft.vmf', module='vmf-text', version='0.1.2')
)
Apache Ivy
<dependency org="eu.mihosoft.vmf" name="vmf-text" rev="0.1.2" />
Leiningen
[eu.mihosoft.vmf/vmf-text "0.1.2"]
Apache Buildr
'eu.mihosoft.vmf:vmf-text:jar:0.1.2'