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