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