License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdli.rudin.mavenjs |
ArtifactId | ArtifactIdmoment |
Last Version | Last Version2.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
moment-2.5.1.pom | |
moment-2.5.1.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/li.rudin.mavenjs/moment/ -->
<dependency>
<groupId>li.rudin.mavenjs</groupId>
<artifactId>moment</artifactId>
<version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/li.rudin.mavenjs/moment/
implementation 'li.rudin.mavenjs:moment:2.5.1'
// https://jarcasting.com/artifacts/li.rudin.mavenjs/moment/
implementation ("li.rudin.mavenjs:moment:2.5.1")
'li.rudin.mavenjs:moment:jar:2.5.1'
<dependency org="li.rudin.mavenjs" name="moment" rev="2.5.1">
<artifact name="moment" type="jar" />
</dependency>
@Grapes(
@Grab(group='li.rudin.mavenjs', module='moment', version='2.5.1')
)
libraryDependencies += "li.rudin.mavenjs" % "moment" % "2.5.1"
[li.rudin.mavenjs/moment "2.5.1"]