GroupId | GroupIdorg.easetech |
---|---|
ArtifactId | ArtifactIdeasytest-spring |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
easytest-spring-1.2.2.pom | |
easytest-spring-1.2.2.jar | 15 KB |
easytest-spring-1.2.2-sources.jar | 13 KB |
easytest-spring-1.2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.easetech/easytest-spring/
implementation 'org.easetech:easytest-spring:1.2.2'
// https://jarcasting.com/artifacts/org.easetech/easytest-spring/
implementation ("org.easetech:easytest-spring:1.2.2")
'org.easetech:easytest-spring:jar:1.2.2'
<dependency org="org.easetech" name="easytest-spring" rev="1.2.2">
<artifact name="easytest-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easetech', module='easytest-spring', version='1.2.2')
)
libraryDependencies += "org.easetech" % "easytest-spring" % "1.2.2"
[org.easetech/easytest-spring "1.2.2"]