Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.errai |
ArtifactId | ArtifactIderrai-cdi-demo-mobile |
Version | Version2.0.CR1 |
Type | Typewar |
Filename | Size |
---|---|
errai-cdi-demo-mobile-2.0.CR1.pom | |
errai-cdi-demo-mobile-2.0.CR1.war | 12 MB |
errai-cdi-demo-mobile-2.0.CR1-sources.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.errai/errai-cdi-demo-mobile/ -->
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-cdi-demo-mobile</artifactId>
<version>2.0.CR1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.errai/errai-cdi-demo-mobile/
implementation 'org.jboss.errai:errai-cdi-demo-mobile:2.0.CR1'
// https://jarcasting.com/artifacts/org.jboss.errai/errai-cdi-demo-mobile/
implementation ("org.jboss.errai:errai-cdi-demo-mobile:2.0.CR1")
'org.jboss.errai:errai-cdi-demo-mobile:war:2.0.CR1'
<dependency org="org.jboss.errai" name="errai-cdi-demo-mobile" rev="2.0.CR1">
<artifact name="errai-cdi-demo-mobile" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jboss.errai', module='errai-cdi-demo-mobile', version='2.0.CR1')
)
libraryDependencies += "org.jboss.errai" % "errai-cdi-demo-mobile" % "2.0.CR1"
[org.jboss.errai/errai-cdi-demo-mobile "2.0.CR1"]