| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.thorbenlindhauer | 
    
| ArtifactId | ArtifactIdgraphmod-learning | 
    
| Last Version | Last Version0.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGraphical Models - Parameter Learning 
            A Java library for performing inference in graphical models (Bayesian and Markov networks) and learning 
    distribution parameters. 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.thorbenlindhauer/graphmod-learning/ -->
<dependency>
    <groupId>com.github.thorbenlindhauer</groupId>
    <artifactId>graphmod-learning</artifactId>
    <version>0.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.thorbenlindhauer/graphmod-learning/
implementation 'com.github.thorbenlindhauer:graphmod-learning:0.1.0'
                // https://jarcasting.com/artifacts/com.github.thorbenlindhauer/graphmod-learning/
implementation ("com.github.thorbenlindhauer:graphmod-learning:0.1.0")
                'com.github.thorbenlindhauer:graphmod-learning:jar:0.1.0'
                <dependency org="com.github.thorbenlindhauer" name="graphmod-learning" rev="0.1.0">
  <artifact name="graphmod-learning" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.thorbenlindhauer', module='graphmod-learning', version='0.1.0')
)
                libraryDependencies += "com.github.thorbenlindhauer" % "graphmod-learning" % "0.1.0"
                [com.github.thorbenlindhauer/graphmod-learning "0.1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.thorbenlindhauer : graphmod-inference-engine | jar | 0.1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.assertj : assertj-core | jar | 1.6.1 |