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