| License |
License |
|---|---|
| GroupId | GroupIdcom.day.crx |
| ArtifactId | ArtifactIdcrx-parent |
| Last Version | Last Version2.5.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDay CRX (Parent Project)
The parent project to the CRX parts.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| crx-parent-2.5.0.pom | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.day.crx/crx-parent/ -->
<dependency>
<groupId>com.day.crx</groupId>
<artifactId>crx-parent</artifactId>
<version>2.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.day.crx/crx-parent/
implementation 'com.day.crx:crx-parent:2.5.0'
// https://jarcasting.com/artifacts/com.day.crx/crx-parent/
implementation ("com.day.crx:crx-parent:2.5.0")
'com.day.crx:crx-parent:pom:2.5.0'
<dependency org="com.day.crx" name="crx-parent" rev="2.5.0">
<artifact name="crx-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.day.crx', module='crx-parent', version='2.5.0')
)
libraryDependencies += "com.day.crx" % "crx-parent" % "2.5.0"
[com.day.crx/crx-parent "2.5.0"]