Commit e759d11 1 parent 01a60c3 commit e759d11 Copy full SHA for e759d11
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,27 +16,27 @@ Coming soon:
16
16
* WriteData
17
17
18
18
### Latest Release
19
- The latest release is ` 0.1 .0 `
19
+ The latest release is ` 0.3 .0 `
20
20
21
21
Add sip4java using maven:
22
22
23
23
```
24
24
<dependency>
25
25
<groupId>net.tammon</groupId>
26
26
<artifactId>sip</artifactId>
27
- <version>0.1 .0</version>
27
+ <version>0.3 .0</version>
28
28
</dependency>
29
29
```
30
30
31
31
Add sip4java using gradle:
32
32
33
33
```
34
34
dependencies {
35
- compile 'net.tammon:sip:0.1 .0'
35
+ compile 'net.tammon:sip:0.3 .0'
36
36
}
37
37
```
38
38
39
- You can use the latest nightly build with version ` 0.2 .0-SNAPSHOT `
39
+ You can use the latest nightly build with version ` 0.3 .0-SNAPSHOT `
40
40
41
41
## License and Copyright
42
42
** Sercos Internet Protocol (SIP) version 1 for Java**
Original file line number Diff line number Diff line change 31
31
32
32
<groupId >net.tammon</groupId >
33
33
<artifactId >sip</artifactId >
34
- <version >0.3.0-SNAPSHOT </version >
34
+ <version >0.3.0</version >
35
35
<packaging >jar</packaging >
36
36
37
37
<name >${project.groupId} :${project.artifactId} </name >
178
178
</dependency >
179
179
</dependencies >
180
180
181
- </project >
181
+ </project >
You can’t perform that action at this time.
0 commit comments