is not current version
Last Version 1.3.0

com.github.cp-profiler:cpprof-java 1.0.0

The library to be used to allow profiling constraint programming solvers written in Java using cp-profiler (https://github.com/cp-profiler)

Categories

Categories

Java Languages
GroupId

GroupId

com.github.cp-profiler
ArtifactId

ArtifactId

cpprof-java
Version

Version

1.0.0
Type

Type

jar

Download cpprof-java 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.cp-profiler/cpprof-java/ -->
<dependency>
    <groupId>com.github.cp-profiler</groupId>
    <artifactId>cpprof-java</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cp-profiler/cpprof-java/
implementation 'com.github.cp-profiler:cpprof-java:1.0.0'
// https://jarcasting.com/artifacts/com.github.cp-profiler/cpprof-java/
implementation ("com.github.cp-profiler:cpprof-java:1.0.0")
'com.github.cp-profiler:cpprof-java:jar:1.0.0'
<dependency org="com.github.cp-profiler" name="cpprof-java" rev="1.0.0">
  <artifact name="cpprof-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cp-profiler', module='cpprof-java', version='1.0.0')
)
libraryDependencies += "com.github.cp-profiler" % "cpprof-java" % "1.0.0"
[com.github.cp-profiler/cpprof-java "1.0.0"]