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