License |
License |
---|---|
Categories |
CategoriesUtility General Purpose Libraries |
GroupId | GroupIdcom.ansill.utility |
ArtifactId | ArtifactIdspammy |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptioncom.ansill.utility:spammy
Convenience class that controls spamming
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spammy-0.1.0.pom | |
spammy-0.1.0.jar | 4 KB |
spammy-0.1.0-sources.jar | 4 KB |
spammy-0.1.0-javadoc.jar | 24 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.ansill.validation : validation | jar | 0.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |