License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.no-hope |
ArtifactId | ArtifactIdjava-toolkit-env |
Last Version | Last Version0.2.3 |
Release Date | Release Date |
Type | Typepom |
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 |
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"]