License |
License |
---|---|
GroupId | GroupIdcom.gitee.starblues |
ArtifactId | ArtifactIdspring-brick-parent |
Version | Version3.0.0 |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
spring-brick-parent-3.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.starblues/spring-brick-parent/ -->
<dependency>
<groupId>com.gitee.starblues</groupId>
<artifactId>spring-brick-parent</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.starblues/spring-brick-parent/
implementation 'com.gitee.starblues:spring-brick-parent:3.0.0'
// https://jarcasting.com/artifacts/com.gitee.starblues/spring-brick-parent/
implementation ("com.gitee.starblues:spring-brick-parent:3.0.0")
'com.gitee.starblues:spring-brick-parent:pom:3.0.0'
<dependency org="com.gitee.starblues" name="spring-brick-parent" rev="3.0.0">
<artifact name="spring-brick-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.starblues', module='spring-brick-parent', version='3.0.0')
)
libraryDependencies += "com.gitee.starblues" % "spring-brick-parent" % "3.0.0"
[com.gitee.starblues/spring-brick-parent "3.0.0"]