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