License |
License |
---|---|
GroupId | GroupIdorg.ow2.frascati |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOW2 FraSCAti Project
OW2 FraSCAti is an open source implementation of SCA specifications.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-1.4.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati/parent/ -->
<dependency>
<groupId>org.ow2.frascati</groupId>
<artifactId>parent</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati/parent/
implementation 'org.ow2.frascati:parent:1.4'
// https://jarcasting.com/artifacts/org.ow2.frascati/parent/
implementation ("org.ow2.frascati:parent:1.4")
'org.ow2.frascati:parent:pom:1.4'
<dependency org="org.ow2.frascati" name="parent" rev="1.4">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati', module='parent', version='1.4')
)
libraryDependencies += "org.ow2.frascati" % "parent" % "1.4"
[org.ow2.frascati/parent "1.4"]