is not current version
Last Version 3.0.2

org.overturetool.core:testframework 3.0.0


GroupId

GroupId

org.overturetool.core
ArtifactId

ArtifactId

testframework
Version

Version

3.0.0
Type

Type

jar

Download testframework 3.0.0


<!-- https://jarcasting.com/artifacts/org.overturetool.core/testframework/ -->
<dependency>
    <groupId>org.overturetool.core</groupId>
    <artifactId>testframework</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/testframework/
implementation 'org.overturetool.core:testframework:3.0.0'
// https://jarcasting.com/artifacts/org.overturetool.core/testframework/
implementation ("org.overturetool.core:testframework:3.0.0")
'org.overturetool.core:testframework:jar:3.0.0'
<dependency org="org.overturetool.core" name="testframework" rev="3.0.0">
  <artifact name="testframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='testframework', version='3.0.0')
)
libraryDependencies += "org.overturetool.core" % "testframework" % "3.0.0"
[org.overturetool.core/testframework "3.0.0"]