| License |
License |
|---|---|
| GroupId | GroupIdcom.github.JoeKerouac |
| ArtifactId | ArtifactIdsocket-parent |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Description所有java-maven项目的父项目,并且引入spring-boot依赖管理
|
| Filename | Size |
|---|---|
| socket-parent-1.1.pom | 776 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.JoeKerouac/socket-parent/ -->
<dependency>
<groupId>com.github.JoeKerouac</groupId>
<artifactId>socket-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.JoeKerouac/socket-parent/
implementation 'com.github.JoeKerouac:socket-parent:1.1'
// https://jarcasting.com/artifacts/com.github.JoeKerouac/socket-parent/
implementation ("com.github.JoeKerouac:socket-parent:1.1")
'com.github.JoeKerouac:socket-parent:pom:1.1'
<dependency org="com.github.JoeKerouac" name="socket-parent" rev="1.1">
<artifact name="socket-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.JoeKerouac', module='socket-parent', version='1.1')
)
libraryDependencies += "com.github.JoeKerouac" % "socket-parent" % "1.1"
[com.github.JoeKerouac/socket-parent "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar |