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