Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.sprockets |
ArtifactId | ArtifactIdsprockets |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
sprockets-1.5.0.pom | |
sprockets-1.5.0.jar | 74 KB |
sprockets-1.5.0-sources.jar | 39 KB |
sprockets-1.5.0-javadoc.jar | 260 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.sprockets/sprockets/ -->
<dependency>
<groupId>net.sf.sprockets</groupId>
<artifactId>sprockets</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.sprockets/sprockets/
implementation 'net.sf.sprockets:sprockets:1.5.0'
// https://jarcasting.com/artifacts/net.sf.sprockets/sprockets/
implementation ("net.sf.sprockets:sprockets:1.5.0")
'net.sf.sprockets:sprockets:jar:1.5.0'
<dependency org="net.sf.sprockets" name="sprockets" rev="1.5.0">
<artifact name="sprockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.sprockets', module='sprockets', version='1.5.0')
)
libraryDependencies += "net.sf.sprockets" % "sprockets" % "1.5.0"
[net.sf.sprockets/sprockets "1.5.0"]