GroupId | GroupIdorg.easetech |
---|---|
ArtifactId | ArtifactIdeasytest-core |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
easytest-core-0.8.pom | |
easytest-core-0.8.jar | 140 KB |
easytest-core-0.8-sources.jar | 113 KB |
easytest-core-0.8-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.easetech/easytest-core/ -->
<dependency>
<groupId>org.easetech</groupId>
<artifactId>easytest-core</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.easetech/easytest-core/
implementation 'org.easetech:easytest-core:0.8'
// https://jarcasting.com/artifacts/org.easetech/easytest-core/
implementation ("org.easetech:easytest-core:0.8")
'org.easetech:easytest-core:jar:0.8'
<dependency org="org.easetech" name="easytest-core" rev="0.8">
<artifact name="easytest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easetech', module='easytest-core', version='0.8')
)
libraryDependencies += "org.easetech" % "easytest-core" % "0.8"
[org.easetech/easytest-core "0.8"]