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