| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.kingborn | 
    
| ArtifactId | ArtifactIdmaster-test | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionmaster-test 
            Parent pom providing dependency and plugin management for applications built with Maven 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| master-test-1.0.0.pom | |
| master-test-1.0.0.jar | 11 KB | 
| master-test-1.0.0-sources.jar | 5 KB | 
| master-test-1.0.0-javadoc.jar | 38 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.kingborn/master-test/ -->
<dependency>
    <groupId>net.kingborn</groupId>
    <artifactId>master-test</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/net.kingborn/master-test/
implementation 'net.kingborn:master-test:1.0.0'
                // https://jarcasting.com/artifacts/net.kingborn/master-test/
implementation ("net.kingborn:master-test:1.0.0")
                'net.kingborn:master-test:jar:1.0.0'
                <dependency org="net.kingborn" name="master-test" rev="1.0.0">
  <artifact name="master-test" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.kingborn', module='master-test', version='1.0.0')
)
                libraryDependencies += "net.kingborn" % "master-test" % "1.0.0"
                [net.kingborn/master-test "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| net.kingborn : master-core | jar | 1.0.0 | 
| junit : junit | jar | 4.13 | 
| org.springframework.boot : spring-boot-starter-jdbc | jar | 2.3.2.RELEASE | 
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.2.RELEASE | 
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| mysql : mysql-connector-java | jar | 8.0.21 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.2.RELEASE |