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