PrintStream Wrapper

Wrappers for PrintStream with copy, redirect, filter and passthrough implementations.

License

License

Categories

Categories

Net
GroupId

GroupId

net.kemitix
ArtifactId

ArtifactId

print-stream-wrapper
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

PrintStream Wrapper
Wrappers for PrintStream with copy, redirect, filter and passthrough implementations.

Download print-stream-wrapper

How to add to project

<!-- https://jarcasting.com/artifacts/net.kemitix/print-stream-wrapper/ -->
<dependency>
    <groupId>net.kemitix</groupId>
    <artifactId>print-stream-wrapper</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.kemitix/print-stream-wrapper/
implementation 'net.kemitix:print-stream-wrapper:0.4.0'
// https://jarcasting.com/artifacts/net.kemitix/print-stream-wrapper/
implementation ("net.kemitix:print-stream-wrapper:0.4.0")
'net.kemitix:print-stream-wrapper:jar:0.4.0'
<dependency org="net.kemitix" name="print-stream-wrapper" rev="0.4.0">
  <artifact name="print-stream-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kemitix', module='print-stream-wrapper', version='0.4.0')
)
libraryDependencies += "net.kemitix" % "print-stream-wrapper" % "0.4.0"
[net.kemitix/print-stream-wrapper "0.4.0"]

Dependencies

compile (2)

Group / Artifact Type Version
net.kemitix : wrapper jar 0.4.0
org.projectlombok : lombok Optional jar 1.16.20

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.9.1

Project Modules

There are no modules declared in this project.

KEMITIX-PARENT

A parent POM for my own personal projects.

https://img.shields.io/nexus/r/https/oss.sonatype.org/net.kemitix/kemitix-parent.svg?style=for-the-badge https://img.shields.io/maven-central/v/net.kemitix/kemitix-parent.svg?style=for-the-badge

Usage

Use as a parent pom.

<parent>
  <groupId>net.kemitix</groupId>
  <artifactId>kemitix-parent</artifactId>
  <version>RELEASE</version>
</parent>

Contents

The POM defines the following items:

  • issueManagement
  • scm
  • url
  • inceptionYear
  • licenses
  • developers

    In your child pom you should override, at least, the issueManagement, scm, url and inceptionYear sections.

Properties

The POM sets the following properties:

  • project.reporting.outputEncoding as UTF-8
  • java.version as 1.8

Profile release

The release profile is for use when deploying your project.

It configures the following plugins:

maven-javadoc-plugin

Executes the jar goal during the package phase.

maven-source-plugin

Executes the jar-no-fork goal during the package phase.

maven-gpg-plugin

Executes the sign goal during the package phase.

The default gpg key will be used with the password defined in the gpg.passphrase property.

maven-deploy-plugin

This plugin is configured to not run. Deployment, uploading of artifacts, is handled by the nexus-staging-maven-plugin.

nexus-staging-maven-plugin

Executes the default goals.

Uploads artifacts to the Sonatype Nexus server, https://oss.sonatype.org/, leaving the artifacts in the Staging repository. From there they will need to be released manually.

Authentication details are taken from the sonatype-nexus server in your settings.xml file.

Distribution Management

The Nexus Sonatype repositories are declared within distributionManagement.

Versions

Version
0.4.0
0.3.0
0.2.0
0.1.0