License |
License |
---|---|
GroupId | GroupIdcom.ontology2 |
ArtifactId | ArtifactIdpidove |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpidove
For those of you who like static imports: an alternative to the Java Streams API defines operators on Iterables and higher-ordered functions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pidove-1.0.0.pom | |
pidove-1.0.0.jar | 89 KB |
pidove-1.0.0-sources.jar | 40 KB |
pidove-1.0.0-javadoc.jar | 239 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ontology2/pidove/ -->
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>pidove</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ontology2/pidove/
implementation 'com.ontology2:pidove:1.0.0'
// https://jarcasting.com/artifacts/com.ontology2/pidove/
implementation ("com.ontology2:pidove:1.0.0")
'com.ontology2:pidove:jar:1.0.0'
<dependency org="com.ontology2" name="pidove" rev="1.0.0">
<artifact name="pidove" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ontology2', module='pidove', version='1.0.0')
)
libraryDependencies += "com.ontology2" % "pidove" % "1.0.0"
[com.ontology2/pidove "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |