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