Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.galleon |
ArtifactId | ArtifactIdgalleon-docs |
Version | Version3.0.1.CR1 |
Type | Typepom |
Filename | Size |
---|---|
galleon-docs-3.0.1.CR1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.galleon/galleon-docs/ -->
<dependency>
<groupId>org.jboss.galleon</groupId>
<artifactId>galleon-docs</artifactId>
<version>3.0.1.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.galleon/galleon-docs/
implementation 'org.jboss.galleon:galleon-docs:3.0.1.CR1'
// https://jarcasting.com/artifacts/org.jboss.galleon/galleon-docs/
implementation ("org.jboss.galleon:galleon-docs:3.0.1.CR1")
'org.jboss.galleon:galleon-docs:pom:3.0.1.CR1'
<dependency org="org.jboss.galleon" name="galleon-docs" rev="3.0.1.CR1">
<artifact name="galleon-docs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.galleon', module='galleon-docs', version='3.0.1.CR1')
)
libraryDependencies += "org.jboss.galleon" % "galleon-docs" % "3.0.1.CR1"
[org.jboss.galleon/galleon-docs "3.0.1.CR1"]