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