trello

A parent POM for my own personal projects

License

License

Categories

Categories

Net
GroupId

GroupId

net.kemitix.ugiggle
ArtifactId

ArtifactId

ugiggle-trello
Last Version

Last Version

1.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

trello
A parent POM for my own personal projects

Download ugiggle-trello

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.taskadapter : trello-java-wrapper jar 0.14

provided (1)

Group / Artifact Type Version
jakarta.platform : jakarta.jakartaee-api jar 8.0.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.assertj : assertj-core jar 3.16.1

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