is not current version
Last Version 0.2.3

org.no-hope:java-toolkit-env 0.2.1

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

Categories

Categories

Java Languages
GroupId

GroupId

org.no-hope
ArtifactId

ArtifactId

java-toolkit-env
Version

Version

0.2.1
Type

Type

pom

Download java-toolkit-env 0.2.1

Filename Size
java-toolkit-env-0.2.1.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.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.no-hope/java-toolkit-env/
implementation 'org.no-hope:java-toolkit-env:0.2.1'
// https://jarcasting.com/artifacts/org.no-hope/java-toolkit-env/
implementation ("org.no-hope:java-toolkit-env:0.2.1")
'org.no-hope:java-toolkit-env:pom:0.2.1'
<dependency org="org.no-hope" name="java-toolkit-env" rev="0.2.1">
  <artifact name="java-toolkit-env" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.no-hope', module='java-toolkit-env', version='0.2.1')
)
libraryDependencies += "org.no-hope" % "java-toolkit-env" % "0.2.1"
[org.no-hope/java-toolkit-env "0.2.1"]