| License |
License |
|---|---|
| GroupId | GroupIdcom.after_sunrise.commons |
| ArtifactId | ArtifactIdcommons-ats |
| Version | Version0.2.10 |
| Type | Typepom |
| Description |
DescriptionATS Commons
Miscellaneous code snippets for lazy developers.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-ats-0.2.10.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.after_sunrise.commons/commons-ats/ -->
<dependency>
<groupId>com.after_sunrise.commons</groupId>
<artifactId>commons-ats</artifactId>
<version>0.2.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.after_sunrise.commons/commons-ats/
implementation 'com.after_sunrise.commons:commons-ats:0.2.10'
// https://jarcasting.com/artifacts/com.after_sunrise.commons/commons-ats/
implementation ("com.after_sunrise.commons:commons-ats:0.2.10")
'com.after_sunrise.commons:commons-ats:pom:0.2.10'
<dependency org="com.after_sunrise.commons" name="commons-ats" rev="0.2.10">
<artifact name="commons-ats" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.after_sunrise.commons', module='commons-ats', version='0.2.10')
)
libraryDependencies += "com.after_sunrise.commons" % "commons-ats" % "0.2.10"
[com.after_sunrise.commons/commons-ats "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 |