| License |
License |
|---|---|
| GroupId | GroupIdcom.mastfrog |
| ArtifactId | ArtifactIdutil-streams |
| Version | Version2.7.2 |
| Type | Typejar |
| Description |
DescriptionShared configuration for Giulius, Acteur and
related projects
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMastfrog Technologies |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| util-streams-2.7.2.pom | |
| util-streams-2.7.2.jar | 103 KB |
| util-streams-2.7.2-sources.jar | 60 KB |
| util-streams-2.7.2-javadoc.jar | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/util-streams/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>util-streams</artifactId>
<version>2.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/util-streams/
implementation 'com.mastfrog:util-streams:2.7.2'
// https://jarcasting.com/artifacts/com.mastfrog/util-streams/
implementation ("com.mastfrog:util-streams:2.7.2")
'com.mastfrog:util-streams:jar:2.7.2'
<dependency org="com.mastfrog" name="util-streams" rev="2.7.2">
<artifact name="util-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='util-streams', version='2.7.2')
)
libraryDependencies += "com.mastfrog" % "util-streams" % "2.7.2"
[com.mastfrog/util-streams "2.7.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mastfrog : util-preconditions | jar | 2.7.2 |
| com.mastfrog : function | jar | 2.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |