Last Version

env-java 11

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

env-java
Version

Version

11
Type

Type

pom
Description

Description

env-java
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-superpoms

Download env-java 11

Filename Size
env-java-11.pom 8 KB
Browse

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

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.