Last Version

[java-toolkit-env] 0.2.3

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
Version

Version

0.2.3
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 0.2.3

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

<!-- 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.