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