| License |
License |
|---|---|
| GroupId | GroupIdworld.convex |
| ArtifactId | ArtifactIdconvex |
| Last Version | Last Version0.7.6 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionConvex Parent
Parent POM used to build core Convex modules.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| convex-0.7.6.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/world.convex/convex/ -->
<dependency>
<groupId>world.convex</groupId>
<artifactId>convex</artifactId>
<version>0.7.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/world.convex/convex/
implementation 'world.convex:convex:0.7.6'
// https://jarcasting.com/artifacts/world.convex/convex/
implementation ("world.convex:convex:0.7.6")
'world.convex:convex:pom:0.7.6'
<dependency org="world.convex" name="convex" rev="0.7.6">
<artifact name="convex" type="pom" />
</dependency>
@Grapes(
@Grab(group='world.convex', module='convex', version='0.7.6')
)
libraryDependencies += "world.convex" % "convex" % "0.7.6"
[world.convex/convex "0.7.6"]