GroupId | GroupIdcom.gitee.sean-framework |
---|---|
ArtifactId | ArtifactIdoctopus-parent |
Version | Version6.1.0 |
Type | Typepom |
Filename | Size |
---|---|
octopus-parent-6.1.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.sean-framework/octopus-parent/ -->
<dependency>
<groupId>com.gitee.sean-framework</groupId>
<artifactId>octopus-parent</artifactId>
<version>6.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.sean-framework/octopus-parent/
implementation 'com.gitee.sean-framework:octopus-parent:6.1.0'
// https://jarcasting.com/artifacts/com.gitee.sean-framework/octopus-parent/
implementation ("com.gitee.sean-framework:octopus-parent:6.1.0")
'com.gitee.sean-framework:octopus-parent:pom:6.1.0'
<dependency org="com.gitee.sean-framework" name="octopus-parent" rev="6.1.0">
<artifact name="octopus-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.sean-framework', module='octopus-parent', version='6.1.0')
)
libraryDependencies += "com.gitee.sean-framework" % "octopus-parent" % "6.1.0"
[com.gitee.sean-framework/octopus-parent "6.1.0"]