com.limemojito.oss.standards:java-development

A set of maven poms that allow us to use an agile development methodology when we build our apps. Checkstyle, unit test, coverage, etc are all built into the build.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.limemojito.oss.standards
ArtifactId

ArtifactId

java-development
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

A set of maven poms that allow us to use an agile development methodology when we build our apps. Checkstyle, unit test, coverage, etc are all built into the build.
Project Organization

Project Organization

Lime Mojito Pty Ltd

Download java-development

Filename Size
java-development-2.0.0.pom 14 KB
Browse

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar
org.slf4j : log4j-over-slf4j jar
org.slf4j : slf4j-api jar
ch.qos.logback : logback-classic jar

test (4)

Group / Artifact Type Version
junit : junit jar
org.assertj : assertj-core jar
org.hamcrest : hamcrest-library jar
org.mockito : mockito-core jar

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.1
1.0.0