org.buffalo-coders.aws.lambda.jaxrs:parent

Apache Maven parent for our AWS Lambda JAX-RS projects.

License

License

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

org.buffalo-coders.aws.lambda.jaxrs
ArtifactId

ArtifactId

parent
Last Version

Last Version

1
Release Date

Release Date

Type

Type

pom
Description

Description

org.buffalo-coders.aws.lambda.jaxrs:parent
Apache Maven parent for our AWS Lambda JAX-RS projects.
Project Organization

Project Organization

Buffalo Coders
Source Code Management

Source Code Management

http://github.com/buffalo-coders/aws-lambda-jaxrs-parent/tree/master

Download parent

Filename Size
parent-1.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.buffalo-coders.aws.lambda.jaxrs/parent/ -->
<dependency>
    <groupId>org.buffalo-coders.aws.lambda.jaxrs</groupId>
    <artifactId>parent</artifactId>
    <version>1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.buffalo-coders.aws.lambda.jaxrs/parent/
implementation 'org.buffalo-coders.aws.lambda.jaxrs:parent:1'
// https://jarcasting.com/artifacts/org.buffalo-coders.aws.lambda.jaxrs/parent/
implementation ("org.buffalo-coders.aws.lambda.jaxrs:parent:1")
'org.buffalo-coders.aws.lambda.jaxrs:parent:pom:1'
<dependency org="org.buffalo-coders.aws.lambda.jaxrs" name="parent" rev="1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.buffalo-coders.aws.lambda.jaxrs', module='parent', version='1')
)
libraryDependencies += "org.buffalo-coders.aws.lambda.jaxrs" % "parent" % "1"
[org.buffalo-coders.aws.lambda.jaxrs/parent "1"]

Dependencies

compile (6)

Group / Artifact Type Version
com.amazonaws.serverless : aws-serverless-java-container-jersey jar 1.3
com.fasterxml.jackson.core : jackson-databind jar
org.glassfish.jersey.inject : jersey-hk2 jar
org.glassfish.jersey.media : jersey-media-json-jackson jar
com.amazonaws : aws-lambda-java-core jar 1.2.0
io.symphonia : lambda-logging jar 1.0.3

provided (1)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.2

runtime (3)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.7.25
org.slf4j : log4j-over-slf4j jar 1.7.25
org.slf4j : osgi-over-slf4j jar 1.7.25

Project Modules

There are no modules declared in this project.

org.buffalo-coders:aws-lambda-jaxrs-parent

Apache Maven top level pom for all Buffalo Coders AWS Lambda JAX-RS projects.

Usage

Leverage this top level pom via <parent> tag:

  <parent>
    <groupId>org.buffalo-coders.aws.lambda.jaxrs</groupId>
    <artifactId>parent</artifactId>
    <version>1</version>
  </parent>

Status

Build Status

org.buffalo-coders.aws.lambda.jaxrs

Buffalo Coders

Buffalo Coders

Versions

Version
1