GroupId | GroupIdcom.github.blueeyes |
---|---|
ArtifactId | ArtifactIdblueeyes |
Version | Version0.2.12 |
Type | Typejar |
Filename | Size |
---|---|
blueeyes-0.2.12.pom | |
blueeyes-0.2.12.jar | 5 MB |
blueeyes-0.2.12-sources.jar | 210 KB |
blueeyes-0.2.12-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.blueeyes/blueeyes/ -->
<dependency>
<groupId>com.github.blueeyes</groupId>
<artifactId>blueeyes</artifactId>
<version>0.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blueeyes/blueeyes/
implementation 'com.github.blueeyes:blueeyes:0.2.12'
// https://jarcasting.com/artifacts/com.github.blueeyes/blueeyes/
implementation ("com.github.blueeyes:blueeyes:0.2.12")
'com.github.blueeyes:blueeyes:jar:0.2.12'
<dependency org="com.github.blueeyes" name="blueeyes" rev="0.2.12">
<artifact name="blueeyes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blueeyes', module='blueeyes', version='0.2.12')
)
libraryDependencies += "com.github.blueeyes" % "blueeyes" % "0.2.12"
[com.github.blueeyes/blueeyes "0.2.12"]