GroupId | GroupIdcom.threerings |
---|---|
ArtifactId | ArtifactIdooo-user |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
ooo-user-1.2.pom | |
ooo-user-1.2.jar | 230 KB |
ooo-user-1.2-sources.jar | 124 KB |
ooo-user-1.2-javadoc.jar | 545 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threerings/ooo-user/ -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>ooo-user</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/ooo-user/
implementation 'com.threerings:ooo-user:1.2'
// https://jarcasting.com/artifacts/com.threerings/ooo-user/
implementation ("com.threerings:ooo-user:1.2")
'com.threerings:ooo-user:jar:1.2'
<dependency org="com.threerings" name="ooo-user" rev="1.2">
<artifact name="ooo-user" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='ooo-user', version='1.2')
)
libraryDependencies += "com.threerings" % "ooo-user" % "1.2"
[com.threerings/ooo-user "1.2"]