Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.santiagosernah |
ArtifactId | ArtifactIdsantiagosernah |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
santiagosernah-1.0.pom | |
santiagosernah-1.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.santiagosernah/santiagosernah/ -->
<dependency>
<groupId>com.github.santiagosernah</groupId>
<artifactId>santiagosernah</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.santiagosernah/santiagosernah/
implementation 'com.github.santiagosernah:santiagosernah:1.0'
// https://jarcasting.com/artifacts/com.github.santiagosernah/santiagosernah/
implementation ("com.github.santiagosernah:santiagosernah:1.0")
'com.github.santiagosernah:santiagosernah:jar:1.0'
<dependency org="com.github.santiagosernah" name="santiagosernah" rev="1.0">
<artifact name="santiagosernah" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.santiagosernah', module='santiagosernah', version='1.0')
)
libraryDependencies += "com.github.santiagosernah" % "santiagosernah" % "1.0"
[com.github.santiagosernah/santiagosernah "1.0"]