License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.jsdp |
ArtifactId | ArtifactIdjsdp |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionjSDP
jSDP: a Java implementation of SDP protocol
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsdp-1.1.pom | |
jsdp-1.1.jar | 54 KB |
jsdp-1.1-sources.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jsdp/jsdp/ -->
<dependency>
<groupId>net.sourceforge.jsdp</groupId>
<artifactId>jsdp</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jsdp/jsdp/
implementation 'net.sourceforge.jsdp:jsdp:1.1'
// https://jarcasting.com/artifacts/net.sourceforge.jsdp/jsdp/
implementation ("net.sourceforge.jsdp:jsdp:1.1")
'net.sourceforge.jsdp:jsdp:jar:1.1'
<dependency org="net.sourceforge.jsdp" name="jsdp" rev="1.1">
<artifact name="jsdp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jsdp', module='jsdp', version='1.1')
)
libraryDependencies += "net.sourceforge.jsdp" % "jsdp" % "1.1"
[net.sourceforge.jsdp/jsdp "1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |