Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdnet.xfantome |
ArtifactId | ArtifactIdrain |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
rain-1.0.4.pom | |
rain-1.0.4.jar | 17 KB |
rain-1.0.4-sources.jar | 5 KB |
rain-1.0.4-javadoc.jar | 27 KB |
rain-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.xfantome/rain/
implementation 'net.xfantome:rain:1.0.4'
// https://jarcasting.com/artifacts/net.xfantome/rain/
implementation ("net.xfantome:rain:1.0.4")
'net.xfantome:rain:jar:1.0.4'
<dependency org="net.xfantome" name="rain" rev="1.0.4">
<artifact name="rain" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.xfantome', module='rain', version='1.0.4')
)
libraryDependencies += "net.xfantome" % "rain" % "1.0.4"
[net.xfantome/rain "1.0.4"]