T

TEH

ToString Equals HashCode by annotations
Apache Software License, Version 2.0
Files download
File Operation
TEH-0.7.jar download
TEH-0.7.pom download
TEH-0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.wokier</groupId>
  <artifactId>TEH</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.wokier:TEH:0.7'
Gradle Kotlin
implementation("com.github.wokier:TEH:0.7")
Scala SBT
libraryDependencies += "com.github.wokier" % "TEH" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.wokier', module='TEH', version='0.7')
)
Apache Ivy
<dependency org="com.github.wokier" name="TEH" rev="0.7" />
Leiningen
[com.github.wokier/TEH "0.7"]
Apache Buildr
'com.github.wokier:TEH:jar:0.7'