GroupId | GroupIdcom.hexagonkt |
---|---|
ArtifactId | ArtifactIdhexagon_starters |
Version | Version1.3.2 |
Type | Typepom |
Filename | Size |
---|---|
hexagon_starters-1.3.2.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.hexagonkt/hexagon_starters/ -->
<dependency>
<groupId>com.hexagonkt</groupId>
<artifactId>hexagon_starters</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hexagonkt/hexagon_starters/
implementation 'com.hexagonkt:hexagon_starters:1.3.2'
// https://jarcasting.com/artifacts/com.hexagonkt/hexagon_starters/
implementation ("com.hexagonkt:hexagon_starters:1.3.2")
'com.hexagonkt:hexagon_starters:pom:1.3.2'
<dependency org="com.hexagonkt" name="hexagon_starters" rev="1.3.2">
<artifact name="hexagon_starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hexagonkt', module='hexagon_starters', version='1.3.2')
)
libraryDependencies += "com.hexagonkt" % "hexagon_starters" % "1.3.2"
[com.hexagonkt/hexagon_starters "1.3.2"]