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