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