| License |
License |
|---|---|
| GroupId | GroupIdcom.fitbur.testify |
| ArtifactId | ArtifactIdserver |
| Version | Version0.0.6 |
| Type | Typepom |
| Description |
DescriptionServer
An opinionated Java Testing Framework faithful to testing principles
and best practices.
|
| Project Organization |
Project OrganizationSharmarke Aden |
| Filename | Size |
|---|---|
| server-0.0.6.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify/server/ -->
<dependency>
<groupId>com.fitbur.testify</groupId>
<artifactId>server</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify/server/
implementation 'com.fitbur.testify:server:0.0.6'
// https://jarcasting.com/artifacts/com.fitbur.testify/server/
implementation ("com.fitbur.testify:server:0.0.6")
'com.fitbur.testify:server:pom:0.0.6'
<dependency org="com.fitbur.testify" name="server" rev="0.0.6">
<artifact name="server" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify', module='server', version='0.0.6')
)
libraryDependencies += "com.fitbur.testify" % "server" % "0.0.6"
[com.fitbur.testify/server "0.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fitbur.testify : core | jar | 0.0.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.2.0 |