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