GroupId | GroupIdcom.github.thierrysquirrel |
---|---|
ArtifactId | ArtifactIdhummingbird |
Version | Version1.0.1.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
hummingbird-1.0.1.1-RELEASE.pom | |
hummingbird-1.0.1.1-RELEASE.jar | 89 KB |
hummingbird-1.0.1.1-RELEASE-sources.jar | 81 KB |
hummingbird-1.0.1.1-RELEASE-javadoc.jar | 989 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thierrysquirrel/hummingbird/ -->
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>hummingbird</artifactId>
<version>1.0.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/hummingbird/
implementation 'com.github.thierrysquirrel:hummingbird:1.0.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/hummingbird/
implementation ("com.github.thierrysquirrel:hummingbird:1.0.1.1-RELEASE")
'com.github.thierrysquirrel:hummingbird:jar:1.0.1.1-RELEASE'
<dependency org="com.github.thierrysquirrel" name="hummingbird" rev="1.0.1.1-RELEASE">
<artifact name="hummingbird" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thierrysquirrel', module='hummingbird', version='1.0.1.1-RELEASE')
)
libraryDependencies += "com.github.thierrysquirrel" % "hummingbird" % "1.0.1.1-RELEASE"
[com.github.thierrysquirrel/hummingbird "1.0.1.1-RELEASE"]