License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.no-hope |
ArtifactId | ArtifactIdenv-java |
Last Version | Last Version11 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionenv-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 |
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"]