| License |
License
Custom License
|
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.github.cp-profiler |
| ArtifactId | ArtifactIdcpprof-java |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.cp-profiler:cpprof-java
The library to be used to allow profiling constraint programming solvers written in Java using cp-profiler (https://github.com/cp-profiler)
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cpprof-java-1.3.0.pom | |
| cpprof-java-1.3.0.jar | 27 KB |
| cpprof-java-1.3.0-sources.jar | 9 KB |
| cpprof-java-1.3.0-javadoc.jar | 82 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cp-profiler/cpprof-java/ -->
<dependency>
<groupId>com.github.cp-profiler</groupId>
<artifactId>cpprof-java</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cp-profiler/cpprof-java/
implementation 'com.github.cp-profiler:cpprof-java:1.3.0'
// https://jarcasting.com/artifacts/com.github.cp-profiler/cpprof-java/
implementation ("com.github.cp-profiler:cpprof-java:1.3.0")
'com.github.cp-profiler:cpprof-java:jar:1.3.0'
<dependency org="com.github.cp-profiler" name="cpprof-java" rev="1.3.0">
<artifact name="cpprof-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cp-profiler', module='cpprof-java', version='1.3.0')
)
libraryDependencies += "com.github.cp-profiler" % "cpprof-java" % "1.3.0"
[com.github.cp-profiler/cpprof-java "1.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 2.6.1 |