| Categories | 
                CategoriesMaven Build Tools Net | 
        
|---|---|
| GroupId | GroupIdnet.smallyu.maven | 
    
| ArtifactId | ArtifactIdtest | 
    
| Last Version | Last Version0.4.1-uccc-sdk | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
| Filename | Size | 
|---|---|
| test-0.4.1-uccc-sdk.pom | |
| test-0.4.1-uccc-sdk.jar | 2 KB | 
| test-0.4.1-uccc-sdk-sources.jar | 999 bytes | 
| test-0.4.1-uccc-sdk-javadoc.jar | 24 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.smallyu.maven/test/ -->
<dependency>
    <groupId>net.smallyu.maven</groupId>
    <artifactId>test</artifactId>
    <version>0.4.1-uccc-sdk</version>
</dependency>
                // https://jarcasting.com/artifacts/net.smallyu.maven/test/
implementation 'net.smallyu.maven:test:0.4.1-uccc-sdk'
                // https://jarcasting.com/artifacts/net.smallyu.maven/test/
implementation ("net.smallyu.maven:test:0.4.1-uccc-sdk")
                'net.smallyu.maven:test:jar:0.4.1-uccc-sdk'
                <dependency org="net.smallyu.maven" name="test" rev="0.4.1-uccc-sdk">
  <artifact name="test" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.smallyu.maven', module='test', version='0.4.1-uccc-sdk')
)
                libraryDependencies += "net.smallyu.maven" % "test" % "0.4.1-uccc-sdk"
                [net.smallyu.maven/test "0.4.1-uccc-sdk"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |