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