All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.pmptt.docs.how-to-integrate-memory.md Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
# How to integrate to your application

Include PMPTT library in your Maven descriptor (`pom.xml`):

``` xml
   
    one.edee.oss   
    pmptt_core   
    1.0.0

```

Or Gradle:

```
dependencies {
    compile 'one.edee.oss:pmptt_core:1.0.0'
}
```




© 2015 - 2024 Weber Informatics LLC | Privacy Policy