GroupId | GroupIdcom.rasterfoundry |
---|---|
ArtifactId | ArtifactIdcommon_2.11 |
Version | Version1.15.0 |
Type | Typejar |
Filename | Size |
---|---|
common_2.11-1.15.0.pom | |
common_2.11-1.15.0.jar | 241 KB |
common_2.11-1.15.0-sources.jar | 23 KB |
common_2.11-1.15.0-javadoc.jar | 527 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rasterfoundry/common_2.11/ -->
<dependency>
<groupId>com.rasterfoundry</groupId>
<artifactId>common_2.11</artifactId>
<version>1.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rasterfoundry/common_2.11/
implementation 'com.rasterfoundry:common_2.11:1.15.0'
// https://jarcasting.com/artifacts/com.rasterfoundry/common_2.11/
implementation ("com.rasterfoundry:common_2.11:1.15.0")
'com.rasterfoundry:common_2.11:jar:1.15.0'
<dependency org="com.rasterfoundry" name="common_2.11" rev="1.15.0">
<artifact name="common_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rasterfoundry', module='common_2.11', version='1.15.0')
)
libraryDependencies += "com.rasterfoundry" % "common_2.11" % "1.15.0"
[com.rasterfoundry/common_2.11 "1.15.0"]