License |
License |
---|---|
GroupId | GroupIdorg.uberfire |
ArtifactId | ArtifactIdwidgets-core |
Version | Version0.1.0.Alpha1 |
Type | Typepom |
Description |
DescriptionÜberFire Widgets Core
ÜberFire Widgets Core
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
widgets-core-0.1.0.Alpha1.pom | 691 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.uberfire/widgets-core/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>widgets-core</artifactId>
<version>0.1.0.Alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/widgets-core/
implementation 'org.uberfire:widgets-core:0.1.0.Alpha1'
// https://jarcasting.com/artifacts/org.uberfire/widgets-core/
implementation ("org.uberfire:widgets-core:0.1.0.Alpha1")
'org.uberfire:widgets-core:pom:0.1.0.Alpha1'
<dependency org="org.uberfire" name="widgets-core" rev="0.1.0.Alpha1">
<artifact name="widgets-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='widgets-core', version='0.1.0.Alpha1')
)
libraryDependencies += "org.uberfire" % "widgets-core" % "0.1.0.Alpha1"
[org.uberfire/widgets-core "0.1.0.Alpha1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |
org.easytesting : fest-assert-core | jar | 2.0M6 |