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