| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.servicemix.bundles |
| ArtifactId | ArtifactIdsrc-assembly |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThis pom provides project information that is common to all ServiceMix branches.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| src-assembly-1.0.pom | |
| src-assembly-1.0.jar | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.bundles/src-assembly/ -->
<dependency>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>src-assembly</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.bundles/src-assembly/
implementation 'org.apache.servicemix.bundles:src-assembly:1.0'
// https://jarcasting.com/artifacts/org.apache.servicemix.bundles/src-assembly/
implementation ("org.apache.servicemix.bundles:src-assembly:1.0")
'org.apache.servicemix.bundles:src-assembly:jar:1.0'
<dependency org="org.apache.servicemix.bundles" name="src-assembly" rev="1.0">
<artifact name="src-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.bundles', module='src-assembly', version='1.0')
)
libraryDependencies += "org.apache.servicemix.bundles" % "src-assembly" % "1.0"
[org.apache.servicemix.bundles/src-assembly "1.0"]