GroupId | GroupIdorg.paradisehell.convex |
---|---|
ArtifactId | ArtifactIdconvex |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
convex-0.0.2.pom | |
convex-0.0.2.jar | 8 KB |
convex-0.0.2-sources.jar | 5 KB |
convex-0.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.paradisehell.convex/convex/ -->
<dependency>
<groupId>org.paradisehell.convex</groupId>
<artifactId>convex</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.paradisehell.convex/convex/
implementation 'org.paradisehell.convex:convex:0.0.2'
// https://jarcasting.com/artifacts/org.paradisehell.convex/convex/
implementation ("org.paradisehell.convex:convex:0.0.2")
'org.paradisehell.convex:convex:jar:0.0.2'
<dependency org="org.paradisehell.convex" name="convex" rev="0.0.2">
<artifact name="convex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.paradisehell.convex', module='convex', version='0.0.2')
)
libraryDependencies += "org.paradisehell.convex" % "convex" % "0.0.2"
[org.paradisehell.convex/convex "0.0.2"]