| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMaven Build Tools | 
        
| GroupId | GroupIdtop.marchand.maven | 
    
| ArtifactId | ArtifactIdtest-utils | 
    
| Last Version | Last Version1.00.00 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionMaven Test Utils 
            Maven Test utilities 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| test-utils-1.00.00.pom | |
| test-utils-1.00.00.jar | 3 KB | 
| test-utils-1.00.00-sources.jar | 4 KB | 
| test-utils-1.00.00-javadoc.jar | 23 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/top.marchand.maven/test-utils/ -->
<dependency>
    <groupId>top.marchand.maven</groupId>
    <artifactId>test-utils</artifactId>
    <version>1.00.00</version>
</dependency>
                // https://jarcasting.com/artifacts/top.marchand.maven/test-utils/
implementation 'top.marchand.maven:test-utils:1.00.00'
                // https://jarcasting.com/artifacts/top.marchand.maven/test-utils/
implementation ("top.marchand.maven:test-utils:1.00.00")
                'top.marchand.maven:test-utils:jar:1.00.00'
                <dependency org="top.marchand.maven" name="test-utils" rev="1.00.00">
  <artifact name="test-utils" type="jar" />
</dependency>
                @Grapes(
@Grab(group='top.marchand.maven', module='test-utils', version='1.00.00')
)
                libraryDependencies += "top.marchand.maven" % "test-utils" % "1.00.00"
                [top.marchand.maven/test-utils "1.00.00"]