Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdjavaee-inject-example-ejb |
Version | Version6.4.0 |
Type | Typeejb |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/javaee-inject-example-ejb/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>javaee-inject-example-ejb</artifactId>
<version>6.4.0</version>
<type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/javaee-inject-example-ejb/
implementation 'org.wicketstuff:javaee-inject-example-ejb:6.4.0'
// https://jarcasting.com/artifacts/org.wicketstuff/javaee-inject-example-ejb/
implementation ("org.wicketstuff:javaee-inject-example-ejb:6.4.0")
'org.wicketstuff:javaee-inject-example-ejb:ejb:6.4.0'
<dependency org="org.wicketstuff" name="javaee-inject-example-ejb" rev="6.4.0">
<artifact name="javaee-inject-example-ejb" type="ejb" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='javaee-inject-example-ejb', version='6.4.0')
)
libraryDependencies += "org.wicketstuff" % "javaee-inject-example-ejb" % "6.4.0"
[org.wicketstuff/javaee-inject-example-ejb "6.4.0"]