parent

A parent POM for my own personal projects

License

License

Categories

Categories

Net
GroupId

GroupId

net.kemitix.ugiggle
ArtifactId

ArtifactId

ugiggle-parent
Last Version

Last Version

1.3.1
Release Date

Release Date

Type

Type

pom
Description

Description

parent
A parent POM for my own personal projects
Source Code Management

Source Code Management

https://github.com/kemitix/ugiggle

Download ugiggle-parent

Filename Size
ugiggle-parent-1.3.1.pom 5 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/net.kemitix.ugiggle/ugiggle-parent/ -->
<dependency>
    <groupId>net.kemitix.ugiggle</groupId>
    <artifactId>ugiggle-parent</artifactId>
    <version>1.3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.kemitix.ugiggle/ugiggle-parent/
implementation 'net.kemitix.ugiggle:ugiggle-parent:1.3.1'
// https://jarcasting.com/artifacts/net.kemitix.ugiggle/ugiggle-parent/
implementation ("net.kemitix.ugiggle:ugiggle-parent:1.3.1")
'net.kemitix.ugiggle:ugiggle-parent:pom:1.3.1'
<dependency org="net.kemitix.ugiggle" name="ugiggle-parent" rev="1.3.1">
  <artifact name="ugiggle-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.kemitix.ugiggle', module='ugiggle-parent', version='1.3.1')
)
libraryDependencies += "net.kemitix.ugiggle" % "ugiggle-parent" % "1.3.1"
[net.kemitix.ugiggle/ugiggle-parent "1.3.1"]

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.

ugiggle

Send trello cards, with attachments, via email. Used to send slush to my kindle.

Required Environment Variables

  • TRELLO_KEY - API key
  • TRELLO_SECRET - API access token
  • AMAZON_SES_REGION - AWS region, e.g. eu-west-1
  • UGIGGLE_RECIPIENT - Email to send attachments to
  • UGIGGLE_SENDER - Email to send from

Requirements

  • JDK 11+

Structure/Dependencies

modules

Versions

Version
1.3.1
1.2.0
1.1.0
1.0.0
0.1.0