Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.evosuite |
ArtifactId | ArtifactIdevosuite-client |
Version | Version1.0.4-alpha2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.evosuite/evosuite-client/ -->
<dependency>
<groupId>org.evosuite</groupId>
<artifactId>evosuite-client</artifactId>
<version>1.0.4-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.evosuite/evosuite-client/
implementation 'org.evosuite:evosuite-client:1.0.4-alpha2'
// https://jarcasting.com/artifacts/org.evosuite/evosuite-client/
implementation ("org.evosuite:evosuite-client:1.0.4-alpha2")
'org.evosuite:evosuite-client:jar:1.0.4-alpha2'
<dependency org="org.evosuite" name="evosuite-client" rev="1.0.4-alpha2">
<artifact name="evosuite-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.evosuite', module='evosuite-client', version='1.0.4-alpha2')
)
libraryDependencies += "org.evosuite" % "evosuite-client" % "1.0.4-alpha2"
[org.evosuite/evosuite-client "1.0.4-alpha2"]