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