Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdnet.xfantome |
ArtifactId | ArtifactIdrain |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
rain-1.0.0.pom | |
rain-1.0.0.jar | 15 KB |
rain-1.0.0-sources.jar | 4 KB |
rain-1.0.0-javadoc.jar | 16 KB |
rain-1.0.0-jar-with-dependencies.jar | 18 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.xfantome/rain/ -->
<dependency>
<groupId>net.xfantome</groupId>
<artifactId>rain</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.xfantome/rain/
implementation 'net.xfantome:rain:1.0.0'
// https://jarcasting.com/artifacts/net.xfantome/rain/
implementation ("net.xfantome:rain:1.0.0")
'net.xfantome:rain:jar:1.0.0'
<dependency org="net.xfantome" name="rain" rev="1.0.0">
<artifact name="rain" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.xfantome', module='rain', version='1.0.0')
)
libraryDependencies += "net.xfantome" % "rain" % "1.0.0"
[net.xfantome/rain "1.0.0"]