Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.anaptecs.jeaf.core |
ArtifactId | ArtifactIdjeaf-core-integration-test-jee-client |
Version | Version1.6.3 |
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.6.3</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.6.3'
// 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.6.3")
'com.anaptecs.jeaf.core:jeaf-core-integration-test-jee-client:jar:1.6.3'
<dependency org="com.anaptecs.jeaf.core" name="jeaf-core-integration-test-jee-client" rev="1.6.3">
<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.6.3')
)
libraryDependencies += "com.anaptecs.jeaf.core" % "jeaf-core-integration-test-jee-client" % "1.6.3"
[com.anaptecs.jeaf.core/jeaf-core-integration-test-jee-client "1.6.3"]