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