License |
License |
---|---|
GroupId | GroupIdcom.after_sunrise.commons |
ArtifactId | ArtifactIdcommons-ats-base |
Last Version | Last Version0.2.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons-ats-base
Miscellaneous code snippets for lazy developers.
|
Filename | Size |
---|---|
commons-ats-base-0.2.10.pom | |
commons-ats-base-0.2.10.jar | 96 KB |
commons-ats-base-0.2.10-sources.jar | 48 KB |
commons-ats-base-0.2.10-javadoc.jar | 470 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.after_sunrise.commons/commons-ats-base/ -->
<dependency>
<groupId>com.after_sunrise.commons</groupId>
<artifactId>commons-ats-base</artifactId>
<version>0.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.after_sunrise.commons/commons-ats-base/
implementation 'com.after_sunrise.commons:commons-ats-base:0.2.10'
// https://jarcasting.com/artifacts/com.after_sunrise.commons/commons-ats-base/
implementation ("com.after_sunrise.commons:commons-ats-base:0.2.10")
'com.after_sunrise.commons:commons-ats-base:jar:0.2.10'
<dependency org="com.after_sunrise.commons" name="commons-ats-base" rev="0.2.10">
<artifact name="commons-ats-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.after_sunrise.commons', module='commons-ats-base', version='0.2.10')
)
libraryDependencies += "com.after_sunrise.commons" % "commons-ats-base" % "0.2.10"
[com.after_sunrise.commons/commons-ats-base "0.2.10"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |
com.google.code.findbugs : annotations | jar | 3.0.0 |