Categories |
CategoriesGetdown Build Tools Distribution |
---|---|
GroupId | GroupIdcom.threerings |
ArtifactId | ArtifactIdgetdown |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
getdown-1.0.pom | |
getdown-1.0.jar | 98 KB |
getdown-1.0-sources.jar | 99 KB |
getdown-1.0-javadoc.jar | 239 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threerings/getdown/ -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>getdown</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/getdown/
implementation 'com.threerings:getdown:1.0'
// https://jarcasting.com/artifacts/com.threerings/getdown/
implementation ("com.threerings:getdown:1.0")
'com.threerings:getdown:jar:1.0'
<dependency org="com.threerings" name="getdown" rev="1.0">
<artifact name="getdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='getdown', version='1.0')
)
libraryDependencies += "com.threerings" % "getdown" % "1.0"
[com.threerings/getdown "1.0"]