| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.eusashead.parquet | 
| ArtifactId | ArtifactIdparquet-utils | 
| Version | Version1.0.0.RELEASE | 
| Type | Typejar | 
| Description | DescriptionParquet Parquet is a Java REST framework built on Yoke and Vert.x | 
<!-- https://jarcasting.com/artifacts/net.eusashead.parquet/parquet-utils/ -->
<dependency>
    <groupId>net.eusashead.parquet</groupId>
    <artifactId>parquet-utils</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/net.eusashead.parquet/parquet-utils/
implementation 'net.eusashead.parquet:parquet-utils:1.0.0.RELEASE'// https://jarcasting.com/artifacts/net.eusashead.parquet/parquet-utils/
implementation ("net.eusashead.parquet:parquet-utils:1.0.0.RELEASE")'net.eusashead.parquet:parquet-utils:jar:1.0.0.RELEASE'<dependency org="net.eusashead.parquet" name="parquet-utils" rev="1.0.0.RELEASE">
  <artifact name="parquet-utils" type="jar" />
</dependency>@Grapes(
@Grab(group='net.eusashead.parquet', module='parquet-utils', version='1.0.0.RELEASE')
)libraryDependencies += "net.eusashead.parquet" % "parquet-utils" % "1.0.0.RELEASE"[net.eusashead.parquet/parquet-utils "1.0.0.RELEASE"]