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