| GroupId | GroupIdcn.virens |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version1.4.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-1.4.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.virens/parent/ -->
<dependency>
<groupId>cn.virens</groupId>
<artifactId>parent</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.virens/parent/
implementation 'cn.virens:parent:1.4.1'
// https://jarcasting.com/artifacts/cn.virens/parent/
implementation ("cn.virens:parent:1.4.1")
'cn.virens:parent:pom:1.4.1'
<dependency org="cn.virens" name="parent" rev="1.4.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.virens', module='parent', version='1.4.1')
)
libraryDependencies += "cn.virens" % "parent" % "1.4.1"
[cn.virens/parent "1.4.1"]