| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.sf.openymsg | 
| ArtifactId | ArtifactIdopenymsg | 
| Last Version | Last Version0.6.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionOpenYMSG library OpenYMSG is an Java library that implements the Yahoo Instant
	 	Messenger protocol. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| openymsg-0.6.3.pom | |
| openymsg-0.6.3.jar | 203 KB | 
| openymsg-0.6.3-sources.jar | 200 KB | 
| openymsg-0.6.3-javadoc.jar | 543 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.openymsg/openymsg/ -->
<dependency>
    <groupId>net.sf.openymsg</groupId>
    <artifactId>openymsg</artifactId>
    <version>0.6.3</version>
</dependency>// https://jarcasting.com/artifacts/net.sf.openymsg/openymsg/
implementation 'net.sf.openymsg:openymsg:0.6.3'// https://jarcasting.com/artifacts/net.sf.openymsg/openymsg/
implementation ("net.sf.openymsg:openymsg:0.6.3")'net.sf.openymsg:openymsg:jar:0.6.3'<dependency org="net.sf.openymsg" name="openymsg" rev="0.6.3">
  <artifact name="openymsg" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sf.openymsg', module='openymsg', version='0.6.3')
)libraryDependencies += "net.sf.openymsg" % "openymsg" % "0.6.3"[net.sf.openymsg/openymsg "0.6.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| jdom : jdom | jar | 1.0 | 
| commons-logging : commons-logging | jar | 1.1.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.4 | 
| junit-addons : junit-addons | jar | 1.4 |