License |
License |
---|---|
GroupId | GroupIdorg.codehaus.fabric3 |
ArtifactId | ArtifactIdfabric3-scdl |
Last Version | Last Version0.6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFabric3 SCDL Model
Fabric3 model of standard SCDL concepts.
|
Project Organization |
Project OrganizationFabric3 Project |
Filename | Size |
---|---|
fabric3-scdl-0.6.5.pom | |
fabric3-scdl-0.6.5.jar | 66 KB |
fabric3-scdl-0.6.5-sources.jar | 93 KB |
fabric3-scdl-0.6.5-javadoc.jar | 360 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-scdl/ -->
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-scdl</artifactId>
<version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-scdl/
implementation 'org.codehaus.fabric3:fabric3-scdl:0.6.5'
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-scdl/
implementation ("org.codehaus.fabric3:fabric3-scdl:0.6.5")
'org.codehaus.fabric3:fabric3-scdl:jar:0.6.5'
<dependency org="org.codehaus.fabric3" name="fabric3-scdl" rev="0.6.5">
<artifact name="fabric3-scdl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3', module='fabric3-scdl', version='0.6.5')
)
libraryDependencies += "org.codehaus.fabric3" % "fabric3-scdl" % "0.6.5"
[org.codehaus.fabric3/fabric3-scdl "0.6.5"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.fabric3.spec : sca-api-r1.0 | jar | 0.2.1 |
org.codehaus.fabric3 : fabric3-host-api | jar | 0.6.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |