License |
License |
---|---|
GroupId | GroupIdorg.ow2.opensuit |
ArtifactId | ArtifactIdopensuit-doc |
Version | Version1.0 |
Type | Typepom |
Description |
Descriptionopen SUIT Documentation
open SUIT
|
Project Organization |
Project OrganizationeBMWebsourcing |
Filename | Size |
---|---|
opensuit-doc-1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-doc/ -->
<dependency>
<groupId>org.ow2.opensuit</groupId>
<artifactId>opensuit-doc</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-doc/
implementation 'org.ow2.opensuit:opensuit-doc:1.0'
// https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-doc/
implementation ("org.ow2.opensuit:opensuit-doc:1.0")
'org.ow2.opensuit:opensuit-doc:pom:1.0'
<dependency org="org.ow2.opensuit" name="opensuit-doc" rev="1.0">
<artifact name="opensuit-doc" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.opensuit', module='opensuit-doc', version='1.0')
)
libraryDependencies += "org.ow2.opensuit" % "opensuit-doc" % "1.0"
[org.ow2.opensuit/opensuit-doc "1.0"]