| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.stanbol |
| ArtifactId | ArtifactIdsource-assembly |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Stanbol Releasing Source Assembly Descriptor
This jar contains a customized source assembly descriptor to produce Apache Stanbol compliant source bundles.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| source-assembly-1.0.1.pom | |
| source-assembly-1.0.1.jar | 9 KB |
| source-assembly-1.0.1-sources.jar | 7 KB |
| source-assembly-1.0.1-source-release.zip | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.stanbol/source-assembly/ -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>source-assembly</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stanbol/source-assembly/
implementation 'org.apache.stanbol:source-assembly:1.0.1'
// https://jarcasting.com/artifacts/org.apache.stanbol/source-assembly/
implementation ("org.apache.stanbol:source-assembly:1.0.1")
'org.apache.stanbol:source-assembly:jar:1.0.1'
<dependency org="org.apache.stanbol" name="source-assembly" rev="1.0.1">
<artifact name="source-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.stanbol', module='source-assembly', version='1.0.1')
)
libraryDependencies += "org.apache.stanbol" % "source-assembly" % "1.0.1"
[org.apache.stanbol/source-assembly "1.0.1"]