GroupId | GroupIdcom.anaptecs.jeaf.core |
---|---|
ArtifactId | ArtifactIdjeaf-core-api |
Version | Version1.6.13 |
Type | Typejar |
Filename | Size |
---|---|
jeaf-core-api-1.6.13.pom | |
jeaf-core-api-1.6.13.jar | 62 KB |
jeaf-core-api-1.6.13-sources.jar | 71 KB |
jeaf-core-api-1.6.13-javadoc.jar | 187 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.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-api/
implementation 'com.anaptecs.jeaf.core:jeaf-core-api:1.6.13'
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.core/jeaf-core-api/
implementation ("com.anaptecs.jeaf.core:jeaf-core-api:1.6.13")
'com.anaptecs.jeaf.core:jeaf-core-api:jar:1.6.13'
<dependency org="com.anaptecs.jeaf.core" name="jeaf-core-api" rev="1.6.13">
<artifact name="jeaf-core-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anaptecs.jeaf.core', module='jeaf-core-api', version='1.6.13')
)
libraryDependencies += "com.anaptecs.jeaf.core" % "jeaf-core-api" % "1.6.13"
[com.anaptecs.jeaf.core/jeaf-core-api "1.6.13"]