com.github.aqiu202:java

Some Simple Starter Projects for Spring Boot Application Made by Aqiu202

License

License

GroupId

GroupId

com.github.aqiu202
ArtifactId

ArtifactId

java
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

Some Simple Starter Projects for Spring Boot Application Made by Aqiu202

Download java

Filename Size
java-1.0.2.pom 690 bytes
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.aqiu202/java/ -->
<dependency>
    <groupId>com.github.aqiu202</groupId>
    <artifactId>java</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aqiu202/java/
implementation 'com.github.aqiu202:java:1.0.2'
// https://jarcasting.com/artifacts/com.github.aqiu202/java/
implementation ("com.github.aqiu202:java:1.0.2")
'com.github.aqiu202:java:pom:1.0.2'
<dependency org="com.github.aqiu202" name="java" rev="1.0.2">
  <artifact name="java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aqiu202', module='java', version='1.0.2')
)
libraryDependencies += "com.github.aqiu202" % "java" % "1.0.2"
[com.github.aqiu202/java "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • captcha

aqiu-spring-boot-starter-projects

个人封装的一些开箱即用的Spring Boot Starter组件,简单且实用,后续会根据需求进行持续扩展!

已有扩展

Versions

Version
1.0.2
1.0.1
1.0.0