License |
License |
---|---|
GroupId | GroupIdcom.github.cwilper |
ArtifactId | ArtifactIdttff |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionThe Tiny Filtering Framework
Useful abstractions for working with object sequences.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ttff-1.0.0.pom | |
ttff-1.0.0.jar | 27 KB |
ttff-1.0.0-sources.jar | 8 KB |
ttff-1.0.0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cwilper/ttff/ -->
<dependency>
<groupId>com.github.cwilper</groupId>
<artifactId>ttff</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cwilper/ttff/
implementation 'com.github.cwilper:ttff:1.0.0'
// https://jarcasting.com/artifacts/com.github.cwilper/ttff/
implementation ("com.github.cwilper:ttff:1.0.0")
'com.github.cwilper:ttff:jar:1.0.0'
<dependency org="com.github.cwilper" name="ttff" rev="1.0.0">
<artifact name="ttff" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cwilper', module='ttff', version='1.0.0')
)
libraryDependencies += "com.github.cwilper" % "ttff" % "1.0.0"
[com.github.cwilper/ttff "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |