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