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