is not current version
Last Version 1.0

com.threerings.nexus:nexus-core 0.1


Categories

Categories

Nexus c Build Tools Distribution
GroupId

GroupId

com.threerings.nexus
ArtifactId

ArtifactId

nexus-core
Version

Version

0.1
Type

Type

jar

Download nexus-core 0.1


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