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