GroupId | GroupIdcom.github.puddingspudding |
---|---|
ArtifactId | ArtifactIdpredicates |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
predicates-0.2.pom | |
predicates-0.2.jar | 5 KB |
predicates-0.2-sources.jar | 2 KB |
predicates-0.2-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.puddingspudding/predicates/ -->
<dependency>
<groupId>com.github.puddingspudding</groupId>
<artifactId>predicates</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.puddingspudding/predicates/
implementation 'com.github.puddingspudding:predicates:0.2'
// https://jarcasting.com/artifacts/com.github.puddingspudding/predicates/
implementation ("com.github.puddingspudding:predicates:0.2")
'com.github.puddingspudding:predicates:jar:0.2'
<dependency org="com.github.puddingspudding" name="predicates" rev="0.2">
<artifact name="predicates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.puddingspudding', module='predicates', version='0.2')
)
libraryDependencies += "com.github.puddingspudding" % "predicates" % "0.2"
[com.github.puddingspudding/predicates "0.2"]