com.ansill.utility:spammy

Convenience class that controls spamming

License

License

Categories

Categories

Utility General Purpose Libraries
GroupId

GroupId

com.ansill.utility
ArtifactId

ArtifactId

spammy
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.ansill.utility:spammy
Convenience class that controls spamming
Project URL

Project URL

https://github.com/tomansill/Spammy
Source Code Management

Source Code Management

https://github.com/tomansill/spammy/tree/master

Download spammy

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2
com.ansill.validation : validation jar 0.2.2

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0

Project Modules

There are no modules declared in this project.

Spammy

Convenience class that controls spamming

By Tom Ansill

Contents

  • Spammy - Spammy class

Prerequisites

Download and Install

Package Repository

The library is availble for download on Sonatype public Maven repository (https://oss.sonatype.org/#nexus):The library is availble for download on Sonatype public Maven repository (https://oss.sonatype.org/#nexus):

<dependency>
  <groupId>com.ansill.utility.spammy</groupId>
  <artifactId>spammy</artifactId>
  <version>0.1.0</version>
</dependency>

Build and Install

Maven (or other similar build tools) can be used to build and install Spammy

$ git clone https://github.com/tomansill/spammy
$ cd spammy
$ mvn install

Versions

Version
0.1.0