License |
License |
---|---|
GroupId | GroupIdorg.unidal.framework |
ArtifactId | ArtifactIdparent |
Version | Version4.1.1 |
Type | Typepom |
Description |
DescriptionFramework
Unidal Framework
|
Project URL |
Project URL |
Project Organization |
Project OrganizationUnidal Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-4.1.1.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unidal.framework/parent/ -->
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>parent</artifactId>
<version>4.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.framework/parent/
implementation 'org.unidal.framework:parent:4.1.1'
// https://jarcasting.com/artifacts/org.unidal.framework/parent/
implementation ("org.unidal.framework:parent:4.1.1")
'org.unidal.framework:parent:pom:4.1.1'
<dependency org="org.unidal.framework" name="parent" rev="4.1.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.unidal.framework', module='parent', version='4.1.1')
)
libraryDependencies += "org.unidal.framework" % "parent" % "4.1.1"
[org.unidal.framework/parent "4.1.1"]