t

tools-java

Java Library implementing the core EXPath Tools
Files download
File Operation
tools-java-0.8.0.jar download
tools-java-0.8.0.pom download
tools-java-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.expath.tools</groupId>
  <artifactId>tools-java</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'org.expath.tools:tools-java:0.8.0'
Gradle Kotlin
implementation("org.expath.tools:tools-java:0.8.0")
Scala SBT
libraryDependencies += "org.expath.tools" % "tools-java" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.expath.tools', module='tools-java', version='0.8.0')
)
Apache Ivy
<dependency org="org.expath.tools" name="tools-java" rev="0.8.0" />
Leiningen
[org.expath.tools/tools-java "0.8.0"]
Apache Buildr
'org.expath.tools:tools-java:jar:0.8.0'