Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.anaptecs.jeaf.core |
ArtifactId | ArtifactIdjeaf-core-integration-test-jee-client |
Version | Version1.5.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-integration-test-jee-client/ -->
<dependency>
<groupId>com.anaptecs.jeaf.core</groupId>
<artifactId>jeaf-core-integration-test-jee-client</artifactId>
<version>1.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-integration-test-jee-client/
implementation 'com.anaptecs.jeaf.core:jeaf-core-integration-test-jee-client:1.5.8'
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-integration-test-jee-client/
implementation ("com.anaptecs.jeaf.core:jeaf-core-integration-test-jee-client:1.5.8")
'com.anaptecs.jeaf.core:jeaf-core-integration-test-jee-client:jar:1.5.8'
<dependency org="com.anaptecs.jeaf.core" name="jeaf-core-integration-test-jee-client" rev="1.5.8">
<artifact name="jeaf-core-integration-test-jee-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anaptecs.jeaf.core', module='jeaf-core-integration-test-jee-client', version='1.5.8')
)
libraryDependencies += "com.anaptecs.jeaf.core" % "jeaf-core-integration-test-jee-client" % "1.5.8"
[com.anaptecs.jeaf.core/jeaf-core-integration-test-jee-client "1.5.8"]