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