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