| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.crail |
| ArtifactId | ArtifactIdcrail-parent |
| Last Version | Last Version1.2-incubating |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionCrail Project Parent POM
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| crail-parent-1.2-incubating.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.crail/crail-parent/ -->
<dependency>
<groupId>org.apache.crail</groupId>
<artifactId>crail-parent</artifactId>
<version>1.2-incubating</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.crail/crail-parent/
implementation 'org.apache.crail:crail-parent:1.2-incubating'
// https://jarcasting.com/artifacts/org.apache.crail/crail-parent/
implementation ("org.apache.crail:crail-parent:1.2-incubating")
'org.apache.crail:crail-parent:pom:1.2-incubating'
<dependency org="org.apache.crail" name="crail-parent" rev="1.2-incubating">
<artifact name="crail-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.crail', module='crail-parent', version='1.2-incubating')
)
libraryDependencies += "org.apache.crail" % "crail-parent" % "1.2-incubating"
[org.apache.crail/crail-parent "1.2-incubating"]