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