| Categories |
CategoriesAuto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdcom.github.ericmoshare |
| ArtifactId | ArtifactIdautotest |
| Version | Version1.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| autotest-1.0.6.pom | |
| autotest-1.0.6.jar | 618 KB |
| autotest-1.0.6-sources.jar | 612 KB |
| autotest-1.0.6-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ericmoshare/autotest/ -->
<dependency>
<groupId>com.github.ericmoshare</groupId>
<artifactId>autotest</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ericmoshare/autotest/
implementation 'com.github.ericmoshare:autotest:1.0.6'
// https://jarcasting.com/artifacts/com.github.ericmoshare/autotest/
implementation ("com.github.ericmoshare:autotest:1.0.6")
'com.github.ericmoshare:autotest:jar:1.0.6'
<dependency org="com.github.ericmoshare" name="autotest" rev="1.0.6">
<artifact name="autotest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ericmoshare', module='autotest', version='1.0.6')
)
libraryDependencies += "com.github.ericmoshare" % "autotest" % "1.0.6"
[com.github.ericmoshare/autotest "1.0.6"]