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