GroupId | GroupIdcom.github.thinker0.heron |
---|---|
ArtifactId | ArtifactIdheron-common |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
heron-common-1.0.2.pom | |
heron-common-1.0.2.jar | 11 KB |
heron-common-1.0.2-sources.jar | 10 KB |
heron-common-1.0.2-javadoc.jar | 88 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-common/
implementation 'com.github.thinker0.heron:heron-common:1.0.2'
// https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-common/
implementation ("com.github.thinker0.heron:heron-common:1.0.2")
'com.github.thinker0.heron:heron-common:jar:1.0.2'
<dependency org="com.github.thinker0.heron" name="heron-common" rev="1.0.2">
<artifact name="heron-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thinker0.heron', module='heron-common', version='1.0.2')
)
libraryDependencies += "com.github.thinker0.heron" % "heron-common" % "1.0.2"
[com.github.thinker0.heron/heron-common "1.0.2"]