t

tripod

A library for bootstrapping the development of search applications.
https://github.com/bbende/tripod
Apache License, Version 2.0
Bryan Bende
Files download
File Operation
tripod-0.5.2.pom download
Apache Maven
<dependency>
  <groupId>com.bbende.tripod</groupId>
  <artifactId>tripod</artifactId>
  <version>0.5.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.bbende.tripod:tripod:0.5.2'
Gradle Kotlin
implementation("com.bbende.tripod:tripod:0.5.2")
Scala SBT
libraryDependencies += "com.bbende.tripod" % "tripod" % "0.5.2"
Groovy Grape
@Grapes(
  @Grab(group='com.bbende.tripod', module='tripod', version='0.5.2')
)
Apache Ivy
<dependency org="com.bbende.tripod" name="tripod" rev="0.5.2" />
Leiningen
[com.bbende.tripod/tripod "0.5.2"]
Apache Buildr
'com.bbende.tripod:tripod:jar:0.5.2'
Dependencies
The project has no third-party dependencies