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