| Categories | CategoriesText-IO User Interface CLI | 
|---|---|
| GroupId | GroupIdorg.beryx | 
| ArtifactId | ArtifactIdtext-io | 
| Version | Version3.0.0-alpha-1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| text-io-3.0.0-alpha-1.pom | |
| text-io-3.0.0-alpha-1.jar | 78 KB | 
| text-io-3.0.0-alpha-1-sources.jar | 43 KB | 
| text-io-3.0.0-alpha-1-javadoc.jar | 182 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.beryx/text-io/ -->
<dependency>
    <groupId>org.beryx</groupId>
    <artifactId>text-io</artifactId>
    <version>3.0.0-alpha-1</version>
</dependency>// https://jarcasting.com/artifacts/org.beryx/text-io/
implementation 'org.beryx:text-io:3.0.0-alpha-1'// https://jarcasting.com/artifacts/org.beryx/text-io/
implementation ("org.beryx:text-io:3.0.0-alpha-1")'org.beryx:text-io:jar:3.0.0-alpha-1'<dependency org="org.beryx" name="text-io" rev="3.0.0-alpha-1">
  <artifact name="text-io" type="jar" />
</dependency>@Grapes(
@Grab(group='org.beryx', module='text-io', version='3.0.0-alpha-1')
)libraryDependencies += "org.beryx" % "text-io" % "3.0.0-alpha-1"[org.beryx/text-io "3.0.0-alpha-1"]