GroupId | GroupIdorg.apache.stanbol |
---|---|
ArtifactId | ArtifactIdsource-assembly |
Version | Version0.10.0-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.stanbol/source-assembly/ -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>source-assembly</artifactId>
<version>0.10.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stanbol/source-assembly/
implementation 'org.apache.stanbol:source-assembly:0.10.0-incubating'
// https://jarcasting.com/artifacts/org.apache.stanbol/source-assembly/
implementation ("org.apache.stanbol:source-assembly:0.10.0-incubating")
'org.apache.stanbol:source-assembly:jar:0.10.0-incubating'
<dependency org="org.apache.stanbol" name="source-assembly" rev="0.10.0-incubating">
<artifact name="source-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.stanbol', module='source-assembly', version='0.10.0-incubating')
)
libraryDependencies += "org.apache.stanbol" % "source-assembly" % "0.10.0-incubating"
[org.apache.stanbol/source-assembly "0.10.0-incubating"]