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