GroupId | GroupIdcom.gitee.sohnny |
---|---|
ArtifactId | ArtifactIdsojpt-boot |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
sojpt-boot-1.1.pom | |
sojpt-boot-1.1.jar | 18 KB |
sojpt-boot-1.1-sources.jar | 10 KB |
sojpt-boot-1.1-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.sohnny/sojpt-boot/ -->
<dependency>
<groupId>com.gitee.sohnny</groupId>
<artifactId>sojpt-boot</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.sohnny/sojpt-boot/
implementation 'com.gitee.sohnny:sojpt-boot:1.1'
// https://jarcasting.com/artifacts/com.gitee.sohnny/sojpt-boot/
implementation ("com.gitee.sohnny:sojpt-boot:1.1")
'com.gitee.sohnny:sojpt-boot:jar:1.1'
<dependency org="com.gitee.sohnny" name="sojpt-boot" rev="1.1">
<artifact name="sojpt-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.sohnny', module='sojpt-boot', version='1.1')
)
libraryDependencies += "com.gitee.sohnny" % "sojpt-boot" % "1.1"
[com.gitee.sohnny/sojpt-boot "1.1"]