com.limemojito.oss.standards:library

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

GroupId

GroupId

com.limemojito.oss.standards
ArtifactId

ArtifactId

library
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 library

Filename Size
library-2.0.0.pom 5 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.1
1.0.0