Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.github.danvsantos |
ArtifactId | ArtifactIdhefesto-core |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
hefesto-core-1.0.2.pom | |
hefesto-core-1.0.2.jar | 19 KB |
hefesto-core-1.0.2-sources.jar | 10 KB |
hefesto-core-1.0.2-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.danvsantos/hefesto-core/ -->
<dependency>
<groupId>io.github.danvsantos</groupId>
<artifactId>hefesto-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.danvsantos/hefesto-core/
implementation 'io.github.danvsantos:hefesto-core:1.0.2'
// https://jarcasting.com/artifacts/io.github.danvsantos/hefesto-core/
implementation ("io.github.danvsantos:hefesto-core:1.0.2")
'io.github.danvsantos:hefesto-core:jar:1.0.2'
<dependency org="io.github.danvsantos" name="hefesto-core" rev="1.0.2">
<artifact name="hefesto-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.danvsantos', module='hefesto-core', version='1.0.2')
)
libraryDependencies += "io.github.danvsantos" % "hefesto-core" % "1.0.2"
[io.github.danvsantos/hefesto-core "1.0.2"]