GroupId | GroupIdorg.unidal.framework |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version2.4.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-2.4.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/org.unidal.framework/parent/ -->
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>parent</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.framework/parent/
implementation 'org.unidal.framework:parent:2.4.0'
// https://jarcasting.com/artifacts/org.unidal.framework/parent/
implementation ("org.unidal.framework:parent:2.4.0")
'org.unidal.framework:parent:pom:2.4.0'
<dependency org="org.unidal.framework" name="parent" rev="2.4.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.unidal.framework', module='parent', version='2.4.0')
)
libraryDependencies += "org.unidal.framework" % "parent" % "2.4.0"
[org.unidal.framework/parent "2.4.0"]