GroupId | GroupIdorg.geneweaver |
---|---|
ArtifactId | ArtifactIdgweaver-stream-io |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
gweaver-stream-io-1.3.4.pom | |
gweaver-stream-io-1.3.4.jar | 150 KB |
gweaver-stream-io-1.3.4-sources.jar | 128 KB |
gweaver-stream-io-1.3.4-javadoc.jar | 493 KB |
gweaver-stream-io-1.3.4-jar-with-dependencies.jar | 16 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.geneweaver/gweaver-stream-io/ -->
<dependency>
<groupId>org.geneweaver</groupId>
<artifactId>gweaver-stream-io</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.geneweaver/gweaver-stream-io/
implementation 'org.geneweaver:gweaver-stream-io:1.3.4'
// https://jarcasting.com/artifacts/org.geneweaver/gweaver-stream-io/
implementation ("org.geneweaver:gweaver-stream-io:1.3.4")
'org.geneweaver:gweaver-stream-io:jar:1.3.4'
<dependency org="org.geneweaver" name="gweaver-stream-io" rev="1.3.4">
<artifact name="gweaver-stream-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geneweaver', module='gweaver-stream-io', version='1.3.4')
)
libraryDependencies += "org.geneweaver" % "gweaver-stream-io" % "1.3.4"
[org.geneweaver/gweaver-stream-io "1.3.4"]