GroupId | GroupIdorg.ode4j |
---|---|
ArtifactId | ArtifactIdcore-cpp |
Version | Version0.2.7 |
Type | Typejar |
Filename | Size |
---|---|
core-cpp-0.2.7.pom | |
core-cpp-0.2.7.jar | 39 KB |
core-cpp-0.2.7-sources.jar | 54 KB |
core-cpp-0.2.7-javadoc.jar | 215 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ode4j/core-cpp/ -->
<dependency>
<groupId>org.ode4j</groupId>
<artifactId>core-cpp</artifactId>
<version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.ode4j/core-cpp/
implementation 'org.ode4j:core-cpp:0.2.7'
// https://jarcasting.com/artifacts/org.ode4j/core-cpp/
implementation ("org.ode4j:core-cpp:0.2.7")
'org.ode4j:core-cpp:jar:0.2.7'
<dependency org="org.ode4j" name="core-cpp" rev="0.2.7">
<artifact name="core-cpp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ode4j', module='core-cpp', version='0.2.7')
)
libraryDependencies += "org.ode4j" % "core-cpp" % "0.2.7"
[org.ode4j/core-cpp "0.2.7"]