master-test

Parent pom providing dependency and plugin management for applications built with Maven

License

License

Categories

Categories

Net
GroupId

GroupId

net.kingborn
ArtifactId

ArtifactId

master-test
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

master-test
Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://gitee.com/kingborn/master-test.git

Download master-test

How to add to project

<!-- 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"]

Dependencies

compile (5)

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

runtime (1)

Group / Artifact Type Version
mysql : mysql-connector-java jar 8.0.21

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.3.2.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0