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