License |
License |
---|---|
GroupId | GroupIdcom.bbende.tripod |
ArtifactId | ArtifactIdtripod |
Last Version | Last Version0.5.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiontripod
A library for bootstrapping the development of search applications.
|
Project URL |
Project URL |
Filename | Size |
---|---|
tripod-0.5.2.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bbende.tripod/tripod/ -->
<dependency>
<groupId>com.bbende.tripod</groupId>
<artifactId>tripod</artifactId>
<version>0.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bbende.tripod/tripod/
implementation 'com.bbende.tripod:tripod:0.5.2'
// https://jarcasting.com/artifacts/com.bbende.tripod/tripod/
implementation ("com.bbende.tripod:tripod:0.5.2")
'com.bbende.tripod:tripod:pom:0.5.2'
<dependency org="com.bbende.tripod" name="tripod" rev="0.5.2">
<artifact name="tripod" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bbende.tripod', module='tripod', version='0.5.2')
)
libraryDependencies += "com.bbende.tripod" % "tripod" % "0.5.2"
[com.bbende.tripod/tripod "0.5.2"]