GroupId | GroupIdorg.geneweaver |
---|---|
ArtifactId | ArtifactIdgweaver-stream-io |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
gweaver-stream-io-1.3.2.pom | |
gweaver-stream-io-1.3.2.jar | 148 KB |
gweaver-stream-io-1.3.2-sources.jar | 125 KB |
gweaver-stream-io-1.3.2-javadoc.jar | 492 KB |
gweaver-stream-io-1.3.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.geneweaver/gweaver-stream-io/
implementation 'org.geneweaver:gweaver-stream-io:1.3.2'
// https://jarcasting.com/artifacts/org.geneweaver/gweaver-stream-io/
implementation ("org.geneweaver:gweaver-stream-io:1.3.2")
'org.geneweaver:gweaver-stream-io:jar:1.3.2'
<dependency org="org.geneweaver" name="gweaver-stream-io" rev="1.3.2">
<artifact name="gweaver-stream-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geneweaver', module='gweaver-stream-io', version='1.3.2')
)
libraryDependencies += "org.geneweaver" % "gweaver-stream-io" % "1.3.2"
[org.geneweaver/gweaver-stream-io "1.3.2"]