| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools | 
| GroupId | GroupIdde.lightful.maven.drools.plugin.its.test-artifacts | 
| ArtifactId | ArtifactIdperson-fact-model | 
| Last Version | Last Version0.1.11 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMaven Drools Support :: Plugin :: IT Artifacts :: Person Fact Model A Java fact model containing person-related information, used for integration testing | 
| Filename | Size | 
|---|---|
| person-fact-model-0.1.11.pom | |
| person-fact-model-0.1.11.jar | 3 KB | 
| person-fact-model-0.1.11-sources.jar | 2 KB | 
| person-fact-model-0.1.11-javadoc.jar | 25 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.lightful.maven.drools.plugin.its.test-artifacts/person-fact-model/ -->
<dependency>
    <groupId>de.lightful.maven.drools.plugin.its.test-artifacts</groupId>
    <artifactId>person-fact-model</artifactId>
    <version>0.1.11</version>
</dependency>// https://jarcasting.com/artifacts/de.lightful.maven.drools.plugin.its.test-artifacts/person-fact-model/
implementation 'de.lightful.maven.drools.plugin.its.test-artifacts:person-fact-model:0.1.11'// https://jarcasting.com/artifacts/de.lightful.maven.drools.plugin.its.test-artifacts/person-fact-model/
implementation ("de.lightful.maven.drools.plugin.its.test-artifacts:person-fact-model:0.1.11")'de.lightful.maven.drools.plugin.its.test-artifacts:person-fact-model:jar:0.1.11'<dependency org="de.lightful.maven.drools.plugin.its.test-artifacts" name="person-fact-model" rev="0.1.11">
  <artifact name="person-fact-model" type="jar" />
</dependency>@Grapes(
@Grab(group='de.lightful.maven.drools.plugin.its.test-artifacts', module='person-fact-model', version='0.1.11')
)libraryDependencies += "de.lightful.maven.drools.plugin.its.test-artifacts" % "person-fact-model" % "0.1.11"[de.lightful.maven.drools.plugin.its.test-artifacts/person-fact-model "0.1.11"]