License |
License |
---|---|
GroupId | GroupIdde.schlichtherle |
ArtifactId | ArtifactIdepl10-oss-parent |
Last Version | Last Version22 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEPL 1.0 OSS Parent
A parent Project Object Model (POM) for Open Source Software (OOS)
projects covered by the Eclipse Public License (EPL) Version 1.0.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
epl10-oss-parent-22.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.schlichtherle/epl10-oss-parent/ -->
<dependency>
<groupId>de.schlichtherle</groupId>
<artifactId>epl10-oss-parent</artifactId>
<version>22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.schlichtherle/epl10-oss-parent/
implementation 'de.schlichtherle:epl10-oss-parent:22'
// https://jarcasting.com/artifacts/de.schlichtherle/epl10-oss-parent/
implementation ("de.schlichtherle:epl10-oss-parent:22")
'de.schlichtherle:epl10-oss-parent:pom:22'
<dependency org="de.schlichtherle" name="epl10-oss-parent" rev="22">
<artifact name="epl10-oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.schlichtherle', module='epl10-oss-parent', version='22')
)
libraryDependencies += "de.schlichtherle" % "epl10-oss-parent" % "22"
[de.schlichtherle/epl10-oss-parent "22"]