License |
License |
---|---|
GroupId | GroupIdcom.limemojito.oss.standards |
ArtifactId | ArtifactIdjar-development |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionA 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 |
Filename | Size |
---|---|
jar-development-2.0.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.limemojito.oss.standards/jar-development/ -->
<dependency>
<groupId>com.limemojito.oss.standards</groupId>
<artifactId>jar-development</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.limemojito.oss.standards/jar-development/
implementation 'com.limemojito.oss.standards:jar-development:2.0.0'
// https://jarcasting.com/artifacts/com.limemojito.oss.standards/jar-development/
implementation ("com.limemojito.oss.standards:jar-development:2.0.0")
'com.limemojito.oss.standards:jar-development:pom:2.0.0'
<dependency org="com.limemojito.oss.standards" name="jar-development" rev="2.0.0">
<artifact name="jar-development" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.limemojito.oss.standards', module='jar-development', version='2.0.0')
)
libraryDependencies += "com.limemojito.oss.standards" % "jar-development" % "2.0.0"
[com.limemojito.oss.standards/jar-development "2.0.0"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.assertj : assertj-core | jar | |
org.hamcrest : hamcrest-library | jar | |
org.mockito : mockito-core | jar |