| GroupId | GroupIdworld.convex |
|---|---|
| ArtifactId | ArtifactIdconvex |
| Version | Version0.7.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| convex-0.7.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/world.convex/convex/ -->
<dependency>
<groupId>world.convex</groupId>
<artifactId>convex</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/world.convex/convex/
implementation 'world.convex:convex:0.7.0'
// https://jarcasting.com/artifacts/world.convex/convex/
implementation ("world.convex:convex:0.7.0")
'world.convex:convex:pom:0.7.0'
<dependency org="world.convex" name="convex" rev="0.7.0">
<artifact name="convex" type="pom" />
</dependency>
@Grapes(
@Grab(group='world.convex', module='convex', version='0.7.0')
)
libraryDependencies += "world.convex" % "convex" % "0.7.0"
[world.convex/convex "0.7.0"]