s

scalapi-itext

Scala friendly API for Java libraries
https://github.com/hekonsek/scalapi
The Apache Software License, Version 2.0
Henryk Konsek
Files download
File Operation
scalapi-itext-0.7.jar download
scalapi-itext-0.7.pom download
scalapi-itext-0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.scalapi</groupId>
  <artifactId>scalapi-itext</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.scalapi:scalapi-itext:0.7'
Gradle Kotlin
implementation("com.github.scalapi:scalapi-itext:0.7")
Scala SBT
libraryDependencies += "com.github.scalapi" % "scalapi-itext" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.scalapi', module='scalapi-itext', version='0.7')
)
Apache Ivy
<dependency org="com.github.scalapi" name="scalapi-itext" rev="0.7" />
Leiningen
[com.github.scalapi/scalapi-itext "0.7"]
Apache Buildr
'com.github.scalapi:scalapi-itext:jar:0.7'