GroupId | GroupIdcom.anaptecs.jeaf.core |
---|---|
ArtifactId | ArtifactIdjeaf-core-api |
Version | Version1.6.4 |
Type | Typejar |
Filename | Size |
---|---|
jeaf-core-api-1.6.4.pom | |
jeaf-core-api-1.6.4.jar | 58 KB |
jeaf-core-api-1.6.4-sources.jar | 66 KB |
jeaf-core-api-1.6.4-javadoc.jar | 185 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-api/ -->
<dependency>
<groupId>com.anaptecs.jeaf.core</groupId>
<artifactId>jeaf-core-api</artifactId>
<version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-api/
implementation 'com.anaptecs.jeaf.core:jeaf-core-api:1.6.4'
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-api/
implementation ("com.anaptecs.jeaf.core:jeaf-core-api:1.6.4")
'com.anaptecs.jeaf.core:jeaf-core-api:jar:1.6.4'
<dependency org="com.anaptecs.jeaf.core" name="jeaf-core-api" rev="1.6.4">
<artifact name="jeaf-core-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anaptecs.jeaf.core', module='jeaf-core-api', version='1.6.4')
)
libraryDependencies += "com.anaptecs.jeaf.core" % "jeaf-core-api" % "1.6.4"
[com.anaptecs.jeaf.core/jeaf-core-api "1.6.4"]