License |
License |
---|---|
GroupId | GroupIdorg.apache.photark |
ArtifactId | ArtifactIdphotark-parent |
Last Version | Last VersionM3-incubating |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache PhotArk
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 Organization |
Project Organization |
Filename | Size |
---|---|
photark-parent-M3-incubating.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.photark/photark-parent/ -->
<dependency>
<groupId>org.apache.photark</groupId>
<artifactId>photark-parent</artifactId>
<version>M3-incubating</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.photark/photark-parent/
implementation 'org.apache.photark:photark-parent:M3-incubating'
// https://jarcasting.com/artifacts/org.apache.photark/photark-parent/
implementation ("org.apache.photark:photark-parent:M3-incubating")
'org.apache.photark:photark-parent:pom:M3-incubating'
<dependency org="org.apache.photark" name="photark-parent" rev="M3-incubating">
<artifact name="photark-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.photark', module='photark-parent', version='M3-incubating')
)
libraryDependencies += "org.apache.photark" % "photark-parent" % "M3-incubating"
[org.apache.photark/photark-parent "M3-incubating"]