GroupId | GroupIdcom.github.thinker0.heron |
---|---|
ArtifactId | ArtifactIdheron-3party |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
heron-3party-1.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-3party/ -->
<dependency>
<groupId>com.github.thinker0.heron</groupId>
<artifactId>heron-3party</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-3party/
implementation 'com.github.thinker0.heron:heron-3party:1.0.0'
// https://jarcasting.com/artifacts/com.github.thinker0.heron/heron-3party/
implementation ("com.github.thinker0.heron:heron-3party:1.0.0")
'com.github.thinker0.heron:heron-3party:pom:1.0.0'
<dependency org="com.github.thinker0.heron" name="heron-3party" rev="1.0.0">
<artifact name="heron-3party" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thinker0.heron', module='heron-3party', version='1.0.0')
)
libraryDependencies += "com.github.thinker0.heron" % "heron-3party" % "1.0.0"
[com.github.thinker0.heron/heron-3party "1.0.0"]