is not current version
Last Version 1.0.1

com.xzixi.self.portal:starter 1.0.0

自定义spring-boot-starter

GroupId

GroupId

com.xzixi.self.portal
ArtifactId

ArtifactId

starter
Version

Version

1.0.0
Type

Type

pom

Download starter 1.0.0

Filename Size
starter-1.0.0.pom 688 bytes
Browse

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