GroupId | GroupIdorg.jfaster.eagle |
---|---|
ArtifactId | ArtifactIdeagle-core |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
eagle-core-1.7.pom | |
eagle-core-1.7.jar | 229 KB |
eagle-core-1.7-sources.jar | 183 KB |
eagle-core-1.7-javadoc.jar | 1022 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jfaster.eagle/eagle-core/ -->
<dependency>
<groupId>org.jfaster.eagle</groupId>
<artifactId>eagle-core</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfaster.eagle/eagle-core/
implementation 'org.jfaster.eagle:eagle-core:1.7'
// https://jarcasting.com/artifacts/org.jfaster.eagle/eagle-core/
implementation ("org.jfaster.eagle:eagle-core:1.7")
'org.jfaster.eagle:eagle-core:jar:1.7'
<dependency org="org.jfaster.eagle" name="eagle-core" rev="1.7">
<artifact name="eagle-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfaster.eagle', module='eagle-core', version='1.7')
)
libraryDependencies += "org.jfaster.eagle" % "eagle-core" % "1.7"
[org.jfaster.eagle/eagle-core "1.7"]