GroupId | GroupIdcom.anaptecs.jeaf.core |
---|---|
ArtifactId | ArtifactIdjeaf-core-service-channel-api |
Version | Version1.5.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-service-channel-api/ -->
<dependency>
<groupId>com.anaptecs.jeaf.core</groupId>
<artifactId>jeaf-core-service-channel-api</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-service-channel-api/
implementation 'com.anaptecs.jeaf.core:jeaf-core-service-channel-api:1.5.5'
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-service-channel-api/
implementation ("com.anaptecs.jeaf.core:jeaf-core-service-channel-api:1.5.5")
'com.anaptecs.jeaf.core:jeaf-core-service-channel-api:jar:1.5.5'
<dependency org="com.anaptecs.jeaf.core" name="jeaf-core-service-channel-api" rev="1.5.5">
<artifact name="jeaf-core-service-channel-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anaptecs.jeaf.core', module='jeaf-core-service-channel-api', version='1.5.5')
)
libraryDependencies += "com.anaptecs.jeaf.core" % "jeaf-core-service-channel-api" % "1.5.5"
[com.anaptecs.jeaf.core/jeaf-core-service-channel-api "1.5.5"]