[java-toolkit-env]

Slightly improved version of default maven superpom: - Defines java version for source, target and compiler (or, alternatively aspectj compiler) - Enables useful warnings and messages from compiler - Adds 3rdparty implementation of jsr305 (@nullable annotations) - Turns on source jar generation

License

License

Categories

Categories

Java Languages
GroupId

GroupId

org.no-hope
ArtifactId

ArtifactId

java-toolkit-env
Last Version

Last Version

0.2.3
Release Date

Release Date

Type

Type

pom
Description

Description

[java-toolkit-env]
Slightly improved version of default maven superpom: - Defines java version for source, target and compiler (or, alternatively aspectj compiler) - Enables useful warnings and messages from compiler - Adds 3rdparty implementation of jsr305 (@nullable annotations) - Turns on source jar generation
Project URL

Project URL

https://github.com/no-hope/java-toolkit

Download java-toolkit-env

Filename Size
java-toolkit-env-0.2.3.pom 10 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.no-hope/java-toolkit-env/ -->
<dependency>
    <groupId>org.no-hope</groupId>
    <artifactId>java-toolkit-env</artifactId>
    <version>0.2.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.no-hope/java-toolkit-env/
implementation 'org.no-hope:java-toolkit-env:0.2.3'
// https://jarcasting.com/artifacts/org.no-hope/java-toolkit-env/
implementation ("org.no-hope:java-toolkit-env:0.2.3")
'org.no-hope:java-toolkit-env:pom:0.2.3'
<dependency org="org.no-hope" name="java-toolkit-env" rev="0.2.3">
  <artifact name="java-toolkit-env" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.no-hope', module='java-toolkit-env', version='0.2.3')
)
libraryDependencies += "org.no-hope" % "java-toolkit-env" % "0.2.3"
[org.no-hope/java-toolkit-env "0.2.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.3
0.2.2
0.2.1
0.2.0
0.1.8
0.1.7
0.1.5
0.1.4
0.1.3
0.1.2