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