is not current version
Last Version 1.0

com.threerings.nexus:nexus-project 0.1

A framework for developing distributed applications.

GroupId

GroupId

com.threerings.nexus
ArtifactId

ArtifactId

nexus-project
Version

Version

0.1
Type

Type

pom

Download nexus-project 0.1

Filename Size
nexus-project-0.1.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.threerings.nexus/nexus-project/ -->
<dependency>
    <groupId>com.threerings.nexus</groupId>
    <artifactId>nexus-project</artifactId>
    <version>0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.threerings.nexus/nexus-project/
implementation 'com.threerings.nexus:nexus-project:0.1'
// https://jarcasting.com/artifacts/com.threerings.nexus/nexus-project/
implementation ("com.threerings.nexus:nexus-project:0.1")
'com.threerings.nexus:nexus-project:pom:0.1'
<dependency org="com.threerings.nexus" name="nexus-project" rev="0.1">
  <artifact name="nexus-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.threerings.nexus', module='nexus-project', version='0.1')
)
libraryDependencies += "com.threerings.nexus" % "nexus-project" % "0.1"
[com.threerings.nexus/nexus-project "0.1"]