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