| License |
License |
|---|---|
| GroupId | GroupIdes.csic.iiia.bms |
| ArtifactId | ArtifactIdbms |
| Last Version | Last Version1.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBinary Max-Sum
Binary Max-Sum library for approximate combinatorial optimization
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationIIIA-CSIC |
| Filename | Size |
|---|---|
| bms-1.2.1.pom | |
| bms-1.2.1.jar | 52 KB |
| bms-1.2.1-sources.jar | 61 KB |
| bms-1.2.1-javadoc.jar | 213 KB |
| bms-1.2.1-all.jar | 80 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/es.csic.iiia.bms/bms/ -->
<dependency>
<groupId>es.csic.iiia.bms</groupId>
<artifactId>bms</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/es.csic.iiia.bms/bms/
implementation 'es.csic.iiia.bms:bms:1.2.1'
// https://jarcasting.com/artifacts/es.csic.iiia.bms/bms/
implementation ("es.csic.iiia.bms:bms:1.2.1")
'es.csic.iiia.bms:bms:jar:1.2.1'
<dependency org="es.csic.iiia.bms" name="bms" rev="1.2.1">
<artifact name="bms" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.csic.iiia.bms', module='bms', version='1.2.1')
)
libraryDependencies += "es.csic.iiia.bms" % "bms" % "1.2.1"
[es.csic.iiia.bms/bms "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.8.5 |