Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.anaptecs.jeaf.core |
ArtifactId | ArtifactIdjeaf-core-ejb-container-init |
Version | Version1.6.14 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-ejb-container-init/ -->
<dependency>
<groupId>com.anaptecs.jeaf.core</groupId>
<artifactId>jeaf-core-ejb-container-init</artifactId>
<version>1.6.14</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-ejb-container-init/
implementation 'com.anaptecs.jeaf.core:jeaf-core-ejb-container-init:1.6.14'
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-ejb-container-init/
implementation ("com.anaptecs.jeaf.core:jeaf-core-ejb-container-init:1.6.14")
'com.anaptecs.jeaf.core:jeaf-core-ejb-container-init:war:1.6.14'
<dependency org="com.anaptecs.jeaf.core" name="jeaf-core-ejb-container-init" rev="1.6.14">
<artifact name="jeaf-core-ejb-container-init" type="war" />
</dependency>
@Grapes(
@Grab(group='com.anaptecs.jeaf.core', module='jeaf-core-ejb-container-init', version='1.6.14')
)
libraryDependencies += "com.anaptecs.jeaf.core" % "jeaf-core-ejb-container-init" % "1.6.14"
[com.anaptecs.jeaf.core/jeaf-core-ejb-container-init "1.6.14"]