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