GroupId | GroupIdorg.overturetool.core |
---|---|
ArtifactId | ArtifactIdtestframework |
Version | Version2.4.0 |
Type | Typejar |
Filename | Size |
---|---|
testframework-2.4.0.pom | |
testframework-2.4.0.jar | 36 KB |
testframework-2.4.0-sources.jar | 23 KB |
testframework-2.4.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/testframework/
implementation 'org.overturetool.core:testframework:2.4.0'
// https://jarcasting.com/artifacts/org.overturetool.core/testframework/
implementation ("org.overturetool.core:testframework:2.4.0")
'org.overturetool.core:testframework:jar:2.4.0'
<dependency org="org.overturetool.core" name="testframework" rev="2.4.0">
<artifact name="testframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='testframework', version='2.4.0')
)
libraryDependencies += "org.overturetool.core" % "testframework" % "2.4.0"
[org.overturetool.core/testframework "2.4.0"]