| License | 
                License
                                                        GPL                                                 
                             | 
        
|---|---|
| GroupId | GroupIdjmml | 
    
| ArtifactId | ArtifactIdjmml | 
    
| Last Version | Last Version0.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionJava MSN Messenger Library 
            
         | 
    
| Project Organization | 
                    Project OrganizationAnthony Tang | 
            
| Filename | Size | 
|---|---|
| jmml-0.3.pom | |
| jmml-0.3.jar | 31 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/jmml/jmml/ -->
<dependency>
    <groupId>jmml</groupId>
    <artifactId>jmml</artifactId>
    <version>0.3</version>
</dependency>
                // https://jarcasting.com/artifacts/jmml/jmml/
implementation 'jmml:jmml:0.3'
                // https://jarcasting.com/artifacts/jmml/jmml/
implementation ("jmml:jmml:0.3")
                'jmml:jmml:jar:0.3'
                <dependency org="jmml" name="jmml" rev="0.3">
  <artifact name="jmml" type="jar" />
</dependency>
                @Grapes(
@Grab(group='jmml', module='jmml', version='0.3')
)
                libraryDependencies += "jmml" % "jmml" % "0.3"
                [jmml "0.3"]