License |
License |
---|---|
GroupId | GroupIdcom.github.azbh111 |
ArtifactId | ArtifactIdSpringBootPlugin |
Last Version | Last Version0.4.0.33 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpringBootPlugin
A bukkit plugin development framwork
|
Filename | Size |
---|---|
SpringBootPlugin-0.4.0.33.pom | |
SpringBootPlugin-0.4.0.33.jar | 177 KB |
SpringBootPlugin-0.4.0.33-sources.jar | 111 KB |
SpringBootPlugin-0.4.0.33-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.azbh111/SpringBootPlugin/ -->
<dependency>
<groupId>com.github.azbh111</groupId>
<artifactId>SpringBootPlugin</artifactId>
<version>0.4.0.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.azbh111/SpringBootPlugin/
implementation 'com.github.azbh111:SpringBootPlugin:0.4.0.33'
// https://jarcasting.com/artifacts/com.github.azbh111/SpringBootPlugin/
implementation ("com.github.azbh111:SpringBootPlugin:0.4.0.33")
'com.github.azbh111:SpringBootPlugin:jar:0.4.0.33'
<dependency org="com.github.azbh111" name="SpringBootPlugin" rev="0.4.0.33">
<artifact name="SpringBootPlugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.azbh111', module='SpringBootPlugin', version='0.4.0.33')
)
libraryDependencies += "com.github.azbh111" % "SpringBootPlugin" % "0.4.0.33"
[com.github.azbh111/SpringBootPlugin "0.4.0.33"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.1.3.RELEASE |
org.mybatis : mybatis-spring | jar | 1.3.1 |
org.mybatis : mybatis | jar | 3.4.5 |
mysql : mysql-connector-java | jar | 8.0.16 |
com.alibaba : druid | jar | 1.1.10 |
com.github.ben-manes.caffeine : caffeine | jar | 2.7.0 |
com.squareup.okio : okio | jar | 2.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |