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