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