| Categories | CategoriesSpoon Application Testing & Monitoring Code Analysis | 
|---|---|
| GroupId | GroupIdcom.github.spoonlabs.coming | 
| ArtifactId | ArtifactIdcoming | 
| Version | Version1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| coming-1.pom | |
| coming-1.jar | 7 MB | 
| coming-1-sources.jar | 7 MB | 
| coming-1-javadoc.jar | 1 MB | 
| coming-1-jar-with-dependencies.jar | 50 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.spoonlabs.coming/coming/ -->
<dependency>
    <groupId>com.github.spoonlabs.coming</groupId>
    <artifactId>coming</artifactId>
    <version>1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.spoonlabs.coming/coming/
implementation 'com.github.spoonlabs.coming:coming:1'// https://jarcasting.com/artifacts/com.github.spoonlabs.coming/coming/
implementation ("com.github.spoonlabs.coming:coming:1")'com.github.spoonlabs.coming:coming:jar:1'<dependency org="com.github.spoonlabs.coming" name="coming" rev="1">
  <artifact name="coming" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.spoonlabs.coming', module='coming', version='1')
)libraryDependencies += "com.github.spoonlabs.coming" % "coming" % "1"[com.github.spoonlabs.coming/coming "1"]