License |
License
Waveset SPML General License
|
---|---|
GroupId | GroupIdorg.openspml |
ArtifactId | ArtifactIdopenspml |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpenSPML Toolkit
An open source client code that supports the Service Provisioning Markup Language (SPML) developed by the OASIS Provisioning Services Technical Committee (PSTC).
|
Filename | Size |
---|---|
openspml-0.5.pom | |
openspml-0.5.jar | 345 KB |
openspml-0.5-sources.jar | 179 KB |
openspml-0.5-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openspml/openspml/ -->
<dependency>
<groupId>org.openspml</groupId>
<artifactId>openspml</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.openspml/openspml/
implementation 'org.openspml:openspml:0.5'
// https://jarcasting.com/artifacts/org.openspml/openspml/
implementation ("org.openspml:openspml:0.5")
'org.openspml:openspml:jar:0.5'
<dependency org="org.openspml" name="openspml" rev="0.5">
<artifact name="openspml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openspml', module='openspml', version='0.5')
)
libraryDependencies += "org.openspml" % "openspml" % "0.5"
[org.openspml/openspml "0.5"]