is not current version
Last Version 4.0.0

net.sf.sprockets:sprockets 1.0.0

Java development library providing a Java interface for the Google Places and Street View Image APIs.

Categories

Categories

Net
GroupId

GroupId

net.sf.sprockets
ArtifactId

ArtifactId

sprockets
Version

Version

1.0.0
Type

Type

jar

Download sprockets 1.0.0


<!-- https://jarcasting.com/artifacts/net.sf.sprockets/sprockets/ -->
<dependency>
    <groupId>net.sf.sprockets</groupId>
    <artifactId>sprockets</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.sprockets/sprockets/
implementation 'net.sf.sprockets:sprockets:1.0.0'
// https://jarcasting.com/artifacts/net.sf.sprockets/sprockets/
implementation ("net.sf.sprockets:sprockets:1.0.0")
'net.sf.sprockets:sprockets:jar:1.0.0'
<dependency org="net.sf.sprockets" name="sprockets" rev="1.0.0">
  <artifact name="sprockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.sprockets', module='sprockets', version='1.0.0')
)
libraryDependencies += "net.sf.sprockets" % "sprockets" % "1.0.0"
[net.sf.sprockets/sprockets "1.0.0"]