GroupId | GroupIdcom.github.osworks |
---|---|
ArtifactId | ArtifactIdpangu-parent |
Version | Version4.1.3 |
Type | Typepom |
Filename | Size |
---|---|
pangu-parent-4.1.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.osworks/pangu-parent/ -->
<dependency>
<groupId>com.github.osworks</groupId>
<artifactId>pangu-parent</artifactId>
<version>4.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.osworks/pangu-parent/
implementation 'com.github.osworks:pangu-parent:4.1.3'
// https://jarcasting.com/artifacts/com.github.osworks/pangu-parent/
implementation ("com.github.osworks:pangu-parent:4.1.3")
'com.github.osworks:pangu-parent:pom:4.1.3'
<dependency org="com.github.osworks" name="pangu-parent" rev="4.1.3">
<artifact name="pangu-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.osworks', module='pangu-parent', version='4.1.3')
)
libraryDependencies += "com.github.osworks" % "pangu-parent" % "4.1.3"
[com.github.osworks/pangu-parent "4.1.3"]