| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.nlpcraft | 
| ArtifactId | ArtifactIdnlpcraft-parent | 
| Last Version | Last Version0.9.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionNLPCraft Parent An open source API to convert natural language into actions. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| nlpcraft-parent-0.9.0.pom | 27 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.nlpcraft/nlpcraft-parent/ -->
<dependency>
    <groupId>org.apache.nlpcraft</groupId>
    <artifactId>nlpcraft-parent</artifactId>
    <version>0.9.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.nlpcraft/nlpcraft-parent/
implementation 'org.apache.nlpcraft:nlpcraft-parent:0.9.0'// https://jarcasting.com/artifacts/org.apache.nlpcraft/nlpcraft-parent/
implementation ("org.apache.nlpcraft:nlpcraft-parent:0.9.0")'org.apache.nlpcraft:nlpcraft-parent:pom:0.9.0'<dependency org="org.apache.nlpcraft" name="nlpcraft-parent" rev="0.9.0">
  <artifact name="nlpcraft-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.apache.nlpcraft', module='nlpcraft-parent', version='0.9.0')
)libraryDependencies += "org.apache.nlpcraft" % "nlpcraft-parent" % "0.9.0"[org.apache.nlpcraft/nlpcraft-parent "0.9.0"]