DataUtilities Library

A portable library for Java for text strings and reading and writing to them.

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.peteroupc
ArtifactId

ArtifactId

datautilities
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

DataUtilities Library
A portable library for Java for text strings and reading and writing to them.
Project URL

Project URL

https://github.com/peteroupc/DataUtilities
Source Code Management

Source Code Management

https://github.com/peteroupc/DataUtilities

Download datautilities

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.peteroupc/datautilities/ -->
<dependency>
    <groupId>com.github.peteroupc</groupId>
    <artifactId>datautilities</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peteroupc/datautilities/
implementation 'com.github.peteroupc:datautilities:1.1.0'
// https://jarcasting.com/artifacts/com.github.peteroupc/datautilities/
implementation ("com.github.peteroupc:datautilities:1.1.0")
'com.github.peteroupc:datautilities:jar:1.1.0'
<dependency org="com.github.peteroupc" name="datautilities" rev="1.1.0">
  <artifact name="datautilities" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peteroupc', module='datautilities', version='1.1.0')
)
libraryDependencies += "com.github.peteroupc" % "datautilities" % "1.1.0"
[com.github.peteroupc/datautilities "1.1.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13-beta-3

Project Modules

There are no modules declared in this project.

DataUtilities

NuGet Status Maven Central

Download source code: ZIP file

If you like this software, consider donating to me at this link: http://peteroupc.github.io/


How to Install

The C# implementation is expected to be available in the NuGet Package Gallery under the name PeterO.DataUtilities. To install this library as a NuGet package, enter Install-Package PeterO.DataUtilities in the NuGet Package Manager Console.

The Java implementation is expected to available as an artifact in the Central Repository. To add this library to a Maven project, add the following to the dependencies section in your pom.xml file:

<dependency>
  <groupId>com.github.peteroupc</groupId>
  <artifactId>datautilities</artifactId>
  <version>1.1.0</version>
</dependency>

In other Java-based environments, the library can be referred to by its group ID (com.github.peteroupc), artifact ID (datautilities), and version, as given above.

Documentation

See the Java API documentation.

See the C# (.NET) API documentation.

Examples

None at the moment.

History

Version 1.1.0:

  • Avoid unnecessary memory allocation in WriteUtf8

Version 1.0.0:

  • First release.

About

Written by Peter O.

Any copyright to this work is released to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/

If you like this, you should donate to Peter O. at: http://peteroupc.github.io/

Versions

Version
1.1.0
1.0.0