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