| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.jeffreyning | 
    
| ArtifactId | ArtifactIdnh-micro-engine | 
    
| Last Version | Last Version1.2.1-RELEASE | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.github.jeffreyning:micro-rule-engine 
            micro-rule-engine 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-engine/ -->
<dependency>
    <groupId>com.github.jeffreyning</groupId>
    <artifactId>nh-micro-engine</artifactId>
    <version>1.2.1-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-engine/
implementation 'com.github.jeffreyning:nh-micro-engine:1.2.1-RELEASE'
                // https://jarcasting.com/artifacts/com.github.jeffreyning/nh-micro-engine/
implementation ("com.github.jeffreyning:nh-micro-engine:1.2.1-RELEASE")
                'com.github.jeffreyning:nh-micro-engine:jar:1.2.1-RELEASE'
                <dependency org="com.github.jeffreyning" name="nh-micro-engine" rev="1.2.1-RELEASE">
  <artifact name="nh-micro-engine" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.jeffreyning', module='nh-micro-engine', version='1.2.1-RELEASE')
)
                libraryDependencies += "com.github.jeffreyning" % "nh-micro-engine" % "1.2.1-RELEASE"
                [com.github.jeffreyning/nh-micro-engine "1.2.1-RELEASE"]