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