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