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