License |
License |
---|---|
GroupId | GroupIdcom.fitbur.testify.archetype |
ArtifactId | ArtifactIdarchetype |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionArchetype
An opinionated Java Testing Framework faithful to testing principles
and best practices.
|
Project Organization |
Project OrganizationSharmarke Aden |
Filename | Size |
---|---|
archetype-0.1.3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify.archetype/archetype/ -->
<dependency>
<groupId>com.fitbur.testify.archetype</groupId>
<artifactId>archetype</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.archetype/archetype/
implementation 'com.fitbur.testify.archetype:archetype:0.1.3'
// https://jarcasting.com/artifacts/com.fitbur.testify.archetype/archetype/
implementation ("com.fitbur.testify.archetype:archetype:0.1.3")
'com.fitbur.testify.archetype:archetype:pom:0.1.3'
<dependency org="com.fitbur.testify.archetype" name="archetype" rev="0.1.3">
<artifact name="archetype" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.archetype', module='archetype', version='0.1.3')
)
libraryDependencies += "com.fitbur.testify.archetype" % "archetype" % "0.1.3"
[com.fitbur.testify.archetype/archetype "0.1.3"]