Categories |
CategoriesJBoss Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.jboss.errai |
ArtifactId | ArtifactIderrai-cdi-client |
Version | Version1.3.0.GA |
Type | Typejar |
Filename | Size |
---|---|
errai-cdi-client-1.3.0.GA.pom | |
errai-cdi-client-1.3.0.GA.jar | 60 KB |
errai-cdi-client-1.3.0.GA-sources.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.errai/errai-cdi-client/ -->
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-cdi-client</artifactId>
<version>1.3.0.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.errai/errai-cdi-client/
implementation 'org.jboss.errai:errai-cdi-client:1.3.0.GA'
// https://jarcasting.com/artifacts/org.jboss.errai/errai-cdi-client/
implementation ("org.jboss.errai:errai-cdi-client:1.3.0.GA")
'org.jboss.errai:errai-cdi-client:jar:1.3.0.GA'
<dependency org="org.jboss.errai" name="errai-cdi-client" rev="1.3.0.GA">
<artifact name="errai-cdi-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.errai', module='errai-cdi-client', version='1.3.0.GA')
)
libraryDependencies += "org.jboss.errai" % "errai-cdi-client" % "1.3.0.GA"
[org.jboss.errai/errai-cdi-client "1.3.0.GA"]