GroupId | GroupIdorg.testifyproject |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.9.7 |
Type | Typejar |
Filename | Size |
---|---|
core-0.9.7.pom | |
core-0.9.7.jar | 131 KB |
core-0.9.7-sources.jar | 104 KB |
core-0.9.7-javadoc.jar | 479 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testifyproject/core/ -->
<dependency>
<groupId>org.testifyproject</groupId>
<artifactId>core</artifactId>
<version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject/core/
implementation 'org.testifyproject:core:0.9.7'
// https://jarcasting.com/artifacts/org.testifyproject/core/
implementation ("org.testifyproject:core:0.9.7")
'org.testifyproject:core:jar:0.9.7'
<dependency org="org.testifyproject" name="core" rev="0.9.7">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject', module='core', version='0.9.7')
)
libraryDependencies += "org.testifyproject" % "core" % "0.9.7"
[org.testifyproject/core "0.9.7"]