GroupId | GroupIdorg.overturetool.core |
---|---|
ArtifactId | ArtifactIdtestframework |
Version | Version2.0.8 |
Type | Typejar |
Filename | Size |
---|---|
testframework-2.0.8.pom | |
testframework-2.0.8.jar | 36 KB |
testframework-2.0.8-sources.jar | 21 KB |
testframework-2.0.8-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core/testframework/ -->
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>testframework</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/testframework/
implementation 'org.overturetool.core:testframework:2.0.8'
// https://jarcasting.com/artifacts/org.overturetool.core/testframework/
implementation ("org.overturetool.core:testframework:2.0.8")
'org.overturetool.core:testframework:jar:2.0.8'
<dependency org="org.overturetool.core" name="testframework" rev="2.0.8">
<artifact name="testframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='testframework', version='2.0.8')
)
libraryDependencies += "org.overturetool.core" % "testframework" % "2.0.8"
[org.overturetool.core/testframework "2.0.8"]