GroupId | GroupIdcom.threerings.nexus |
---|---|
ArtifactId | ArtifactIdnexus-server |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
nexus-server-0.1.pom | |
nexus-server-0.1.jar | 36 KB |
nexus-server-0.1-sources.jar | 16 KB |
nexus-server-0.1-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threerings.nexus/nexus-server/ -->
<dependency>
<groupId>com.threerings.nexus</groupId>
<artifactId>nexus-server</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings.nexus/nexus-server/
implementation 'com.threerings.nexus:nexus-server:0.1'
// https://jarcasting.com/artifacts/com.threerings.nexus/nexus-server/
implementation ("com.threerings.nexus:nexus-server:0.1")
'com.threerings.nexus:nexus-server:jar:0.1'
<dependency org="com.threerings.nexus" name="nexus-server" rev="0.1">
<artifact name="nexus-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings.nexus', module='nexus-server', version='0.1')
)
libraryDependencies += "com.threerings.nexus" % "nexus-server" % "0.1"
[com.threerings.nexus/nexus-server "0.1"]