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