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