GroupId | GroupIdcom.fitbur.testify |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
core-0.1.1.pom | |
core-0.1.1.jar | 29 KB |
core-0.1.1-sources.jar | 18 KB |
core-0.1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify/core/
implementation 'com.fitbur.testify:core:0.1.1'
// https://jarcasting.com/artifacts/com.fitbur.testify/core/
implementation ("com.fitbur.testify:core:0.1.1")
'com.fitbur.testify:core:jar:0.1.1'
<dependency org="com.fitbur.testify" name="core" rev="0.1.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify', module='core', version='0.1.1')
)
libraryDependencies += "com.fitbur.testify" % "core" % "0.1.1"
[com.fitbur.testify/core "0.1.1"]