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