GroupId | GroupIdcom.github.thinker0.heron |
---|---|
ArtifactId | ArtifactIdheron-common |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
heron-common-1.0.4.pom | |
heron-common-1.0.4.jar | 31 KB |
heron-common-1.0.4-sources.jar | 21 KB |
heron-common-1.0.4-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-common/ -->
<dependency>
<groupId>com.github.thinker0.heron</groupId>
<artifactId>heron-common</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-common/
implementation 'com.github.thinker0.heron:heron-common:1.0.4'
// https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-common/
implementation ("com.github.thinker0.heron:heron-common:1.0.4")
'com.github.thinker0.heron:heron-common:jar:1.0.4'
<dependency org="com.github.thinker0.heron" name="heron-common" rev="1.0.4">
<artifact name="heron-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thinker0.heron', module='heron-common', version='1.0.4')
)
libraryDependencies += "com.github.thinker0.heron" % "heron-common" % "1.0.4"
[com.github.thinker0.heron/heron-common "1.0.4"]