License |
License |
---|---|
GroupId | GroupIdorg.apache.hyracks |
ArtifactId | ArtifactIdtext-example |
Last Version | Last Version0.3.8 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiontext-example
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 |
---|---|
text-example-0.3.8.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hyracks/text-example/ -->
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>text-example</artifactId>
<version>0.3.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hyracks/text-example/
implementation 'org.apache.hyracks:text-example:0.3.8'
// https://jarcasting.com/artifacts/org.apache.hyracks/text-example/
implementation ("org.apache.hyracks:text-example:0.3.8")
'org.apache.hyracks:text-example:pom:0.3.8'
<dependency org="org.apache.hyracks" name="text-example" rev="0.3.8">
<artifact name="text-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.hyracks', module='text-example', version='0.3.8')
)
libraryDependencies += "org.apache.hyracks" % "text-example" % "0.3.8"
[org.apache.hyracks/text-example "0.3.8"]