GroupId | GroupIdorg.easetech |
---|---|
ArtifactId | ArtifactIdeasytest-core |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
easytest-core-1.3.2.pom | |
easytest-core-1.3.2.jar | 195 KB |
easytest-core-1.3.2-sources.jar | 166 KB |
easytest-core-1.3.2-javadoc.jar | 668 KB |
easytest-core-1.3.2-jar-with-dependencies.jar | 34 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.easetech/easytest-core/ -->
<dependency>
<groupId>org.easetech</groupId>
<artifactId>easytest-core</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.easetech/easytest-core/
implementation 'org.easetech:easytest-core:1.3.2'
// https://jarcasting.com/artifacts/org.easetech/easytest-core/
implementation ("org.easetech:easytest-core:1.3.2")
'org.easetech:easytest-core:jar:1.3.2'
<dependency org="org.easetech" name="easytest-core" rev="1.3.2">
<artifact name="easytest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easetech', module='easytest-core', version='1.3.2')
)
libraryDependencies += "org.easetech" % "easytest-core" % "1.3.2"
[org.easetech/easytest-core "1.3.2"]