Seek-IO
Interfaces and base implementations for seekable IO.
License
This repository is made available under the Apache 2.0 License.
License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.palantir.seek-io |
ArtifactId | ArtifactIdseek-io |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionseek-io
Palantir open source project
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
seek-io-1.3.0.pom | |
seek-io-1.3.0.jar | 5 KB |
seek-io-1.3.0-sources.jar | 5 KB |
seek-io-1.3.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.palantir.seek-io/seek-io/ -->
<dependency>
<groupId>com.palantir.seek-io</groupId>
<artifactId>seek-io</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.palantir.seek-io/seek-io/
implementation 'com.palantir.seek-io:seek-io:1.3.0'
// https://jarcasting.com/artifacts/com.palantir.seek-io/seek-io/
implementation ("com.palantir.seek-io:seek-io:1.3.0")
'com.palantir.seek-io:seek-io:jar:1.3.0'
<dependency org="com.palantir.seek-io" name="seek-io" rev="1.3.0">
<artifact name="seek-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.palantir.seek-io', module='seek-io', version='1.3.0')
)
libraryDependencies += "com.palantir.seek-io" % "seek-io" % "1.3.0"
[com.palantir.seek-io/seek-io "1.3.0"]
Interfaces and base implementations for seekable IO.
This repository is made available under the Apache 2.0 License.