License |
License |
---|---|
GroupId | GroupIdorg.arquillian.rusheye |
ArtifactId | ArtifactIdrusheye-root-parent |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionRushEye
Parent POM for JBoss projects. Provides default project build configuration.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
rusheye-root-parent-1.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.arquillian.rusheye/rusheye-root-parent/ -->
<dependency>
<groupId>org.arquillian.rusheye</groupId>
<artifactId>rusheye-root-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.arquillian.rusheye/rusheye-root-parent/
implementation 'org.arquillian.rusheye:rusheye-root-parent:1.0.0'
// https://jarcasting.com/artifacts/org.arquillian.rusheye/rusheye-root-parent/
implementation ("org.arquillian.rusheye:rusheye-root-parent:1.0.0")
'org.arquillian.rusheye:rusheye-root-parent:pom:1.0.0'
<dependency org="org.arquillian.rusheye" name="rusheye-root-parent" rev="1.0.0">
<artifact name="rusheye-root-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.arquillian.rusheye', module='rusheye-root-parent', version='1.0.0')
)
libraryDependencies += "org.arquillian.rusheye" % "rusheye-root-parent" % "1.0.0"
[org.arquillian.rusheye/rusheye-root-parent "1.0.0"]