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