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