License |
License |
---|---|
GroupId | GroupIdcom.wupaas |
ArtifactId | ArtifactIdcore-parent |
Version | Version1.0.2 |
Type | Typepom |
Description |
Descriptioncore-parent
windbell base code
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-parent-1.0.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wupaas/core-parent/ -->
<dependency>
<groupId>com.wupaas</groupId>
<artifactId>core-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wupaas/core-parent/
implementation 'com.wupaas:core-parent:1.0.2'
// https://jarcasting.com/artifacts/com.wupaas/core-parent/
implementation ("com.wupaas:core-parent:1.0.2")
'com.wupaas:core-parent:pom:1.0.2'
<dependency org="com.wupaas" name="core-parent" rev="1.0.2">
<artifact name="core-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wupaas', module='core-parent', version='1.0.2')
)
libraryDependencies += "com.wupaas" % "core-parent" % "1.0.2"
[com.wupaas/core-parent "1.0.2"]