We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e8253 commit e54c047Copy full SHA for e54c047
README.md
@@ -16,28 +16,26 @@ Coming soon:
16
* WriteData
17
18
### Latest Release
19
-The latest release is `0.4.0`
+The latest release is `0.4.1`
20
21
Add sip4java using maven:
22
23
```
24
<dependency>
25
<groupId>net.tammon</groupId>
26
<artifactId>sip</artifactId>
27
- <version>0.4.0</version>
+ <version>0.4.1</version>
28
</dependency>
29
30
31
Add sip4java using gradle:
32
33
34
dependencies {
35
- compile 'net.tammon:sip:0.4.0'
+ compile 'net.tammon:sip:0.4.1'
36
}
37
38
39
-You can use the latest nightly build with version `0.4.0-SNAPSHOT`
40
-
41
## License and Copyright
42
**Sercos Internet Protocol (SIP) version 1 for Java**
43
0 commit comments