| GroupId | GroupIdone.empty3 | 
|---|---|
| ArtifactId | ArtifactIdempty3-library-3d | 
| Version | Version2020.3.1-snapshot | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/one.empty3/empty3-library-3d/ -->
<dependency>
    <groupId>one.empty3</groupId>
    <artifactId>empty3-library-3d</artifactId>
    <version>2020.3.1-snapshot</version>
</dependency>// https://jarcasting.com/artifacts/one.empty3/empty3-library-3d/
implementation 'one.empty3:empty3-library-3d:2020.3.1-snapshot'// https://jarcasting.com/artifacts/one.empty3/empty3-library-3d/
implementation ("one.empty3:empty3-library-3d:2020.3.1-snapshot")'one.empty3:empty3-library-3d:jar:2020.3.1-snapshot'<dependency org="one.empty3" name="empty3-library-3d" rev="2020.3.1-snapshot">
  <artifact name="empty3-library-3d" type="jar" />
</dependency>@Grapes(
@Grab(group='one.empty3', module='empty3-library-3d', version='2020.3.1-snapshot')
)libraryDependencies += "one.empty3" % "empty3-library-3d" % "2020.3.1-snapshot"[one.empty3/empty3-library-3d "2020.3.1-snapshot"]