GroupId | GroupIdorg.praxislive |
---|---|
ArtifactId | ArtifactIdpraxiscore-code-ivy |
Version | Version5.1.0 |
Type | Typejar |
Filename | Size |
---|---|
praxiscore-code-ivy-5.1.0.pom | |
praxiscore-code-ivy-5.1.0.jar | 15 KB |
praxiscore-code-ivy-5.1.0-sources.jar | 8 KB |
praxiscore-code-ivy-5.1.0-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.praxislive/praxiscore-code-ivy/ -->
<dependency>
<groupId>org.praxislive</groupId>
<artifactId>praxiscore-code-ivy</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.praxislive/praxiscore-code-ivy/
implementation 'org.praxislive:praxiscore-code-ivy:5.1.0'
// https://jarcasting.com/artifacts/org.praxislive/praxiscore-code-ivy/
implementation ("org.praxislive:praxiscore-code-ivy:5.1.0")
'org.praxislive:praxiscore-code-ivy:jar:5.1.0'
<dependency org="org.praxislive" name="praxiscore-code-ivy" rev="5.1.0">
<artifact name="praxiscore-code-ivy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.praxislive', module='praxiscore-code-ivy', version='5.1.0')
)
libraryDependencies += "org.praxislive" % "praxiscore-code-ivy" % "5.1.0"
[org.praxislive/praxiscore-code-ivy "5.1.0"]