Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdnet.alantea |
ArtifactId | ArtifactIdjudith |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
judith-0.0.1.pom | |
judith-0.0.1.jar | 4 KB |
judith-0.0.1-sources.jar | 3 KB |
judith-0.0.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.alantea/judith/ -->
<dependency>
<groupId>net.alantea</groupId>
<artifactId>judith</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.alantea/judith/
implementation 'net.alantea:judith:0.0.1'
// https://jarcasting.com/artifacts/net.alantea/judith/
implementation ("net.alantea:judith:0.0.1")
'net.alantea:judith:jar:0.0.1'
<dependency org="net.alantea" name="judith" rev="0.0.1">
<artifact name="judith" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.alantea', module='judith', version='0.0.1')
)
libraryDependencies += "net.alantea" % "judith" % "0.0.1"
[net.alantea/judith "0.0.1"]